From a21e6cffa184d78b6214a0306e2d2a7bbfc8ddb1 Mon Sep 17 00:00:00 2001 From: friendica Date: Sat, 16 Feb 2013 15:51:55 -0800 Subject: start on channel_remove(), add some generic channel queries to the API layers --- boot.php | 2 ++ 1 file changed, 2 insertions(+) (limited to 'boot.php') diff --git a/boot.php b/boot.php index e62676e4f..3b7409b1a 100644 --- a/boot.php +++ b/boot.php @@ -147,6 +147,8 @@ define ( 'PAGE_HIDDEN', 0x0001 ); define ( 'PAGE_AUTOCONNECT', 0x0002 ); define ( 'PAGE_APPLICATION', 0x0004 ); +define ( 'PAGE_REMOVED', 0x8000 ); + //define ( 'PAGE_FREELOVE', 3 ); //define ( 'PAGE_BLOG', 4 ); //define ( 'PAGE_PRVGROUP', 5 ); -- cgit v1.2.3