diff options
author | friendica <info@friendica.com> | 2013-08-28 16:39:43 -0700 |
---|---|---|
committer | friendica <info@friendica.com> | 2013-08-28 16:39:43 -0700 |
commit | 95fcf773be12a9307eeefe7f392277bf44036946 (patch) | |
tree | fe0b535f95e24e2c5ca627bd526946960c28f97b /boot.php | |
parent | e8cd3b70407b4c33d82d21cc3a470b2a58852e4f (diff) | |
download | volse-hubzilla-95fcf773be12a9307eeefe7f392277bf44036946.tar.gz volse-hubzilla-95fcf773be12a9307eeefe7f392277bf44036946.tar.bz2 volse-hubzilla-95fcf773be12a9307eeefe7f392277bf44036946.zip |
right - here's how we're going to link comanche with webpages
Diffstat (limited to 'boot.php')
-rwxr-xr-x | boot.php | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -462,7 +462,7 @@ define ( 'ITEM_UNPUBLISHED', 0x0020); define ( 'ITEM_WEBPAGE', 0x0040); // is a static web page, not a conversational item define ( 'ITEM_DELAYED_PUBLISH', 0x0080); define ( 'ITEM_BUILDBLOCK', 0x0100); // Named thusly to make sure nobody confuses this with ITEM_BLOCKED - +define ( 'ITEM_PDL', 0x0200); // Page Description Language - e.g. Comanche /** * Item Flags */ |