When is a channel not a person (or a group/forum or blog or product page or whatever)? When it's something else completely.

This commit is contained in:
friendica 2012-12-22 03:39:48 -08:00
parent f09b9f1e44
commit 91932ac5a8

View File

@ -145,6 +145,7 @@ define ( 'UPDATE_FAILED', 1);
define ( 'PAGE_NORMAL', 0x0000 ); define ( 'PAGE_NORMAL', 0x0000 );
define ( 'PAGE_HIDDEN', 0x0001 ); define ( 'PAGE_HIDDEN', 0x0001 );
define ( 'PAGE_AUTOCONNECT', 0x0002 ); define ( 'PAGE_AUTOCONNECT', 0x0002 );
define ( 'PAGE_APPLICATION', 0x0004 );
//define ( 'PAGE_FREELOVE', 3 ); //define ( 'PAGE_FREELOVE', 3 );
//define ( 'PAGE_BLOG', 4 ); //define ( 'PAGE_BLOG', 4 );