aboutsummaryrefslogtreecommitdiffstats
path: root/boot.php
diff options
context:
space:
mode:
authorfriendica <info@friendica.com>2013-08-28 16:39:43 -0700
committerfriendica <info@friendica.com>2013-08-28 16:39:43 -0700
commit95fcf773be12a9307eeefe7f392277bf44036946 (patch)
treefe0b535f95e24e2c5ca627bd526946960c28f97b /boot.php
parente8cd3b70407b4c33d82d21cc3a470b2a58852e4f (diff)
downloadvolse-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-xboot.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/boot.php b/boot.php
index d3226c804..e8d6d2020 100755
--- a/boot.php
+++ b/boot.php
@@ -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
*/