diff options
author | friendica <info@friendica.com> | 2013-02-16 15:51:55 -0800 |
---|---|---|
committer | friendica <info@friendica.com> | 2013-02-16 15:51:55 -0800 |
commit | a21e6cffa184d78b6214a0306e2d2a7bbfc8ddb1 (patch) | |
tree | 1448f88c5be38411f91c0f32cef2b7443706fdfb /boot.php | |
parent | 663f09e01bab8e20390691d81cac541d4fd3289a (diff) | |
download | volse-hubzilla-a21e6cffa184d78b6214a0306e2d2a7bbfc8ddb1.tar.gz volse-hubzilla-a21e6cffa184d78b6214a0306e2d2a7bbfc8ddb1.tar.bz2 volse-hubzilla-a21e6cffa184d78b6214a0306e2d2a7bbfc8ddb1.zip |
start on channel_remove(), add some generic channel queries to the API layers
Diffstat (limited to 'boot.php')
-rw-r--r-- | boot.php | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -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 ); |