aboutsummaryrefslogtreecommitdiffstats
path: root/boot.php
diff options
context:
space:
mode:
authorredmatrix <redmatrix@redmatrix.me>2015-07-03 14:56:48 -0700
committerredmatrix <redmatrix@redmatrix.me>2015-07-03 14:56:48 -0700
commit37c78bcf055276b1e1817f718cfd36294f1f7d87 (patch)
tree39de2196b2e0c028980d2776d95deb8b53a5cdd5 /boot.php
parent90a31f4ad511e8d53ebbf70397227c1804bb8ad0 (diff)
downloadvolse-hubzilla-37c78bcf055276b1e1817f718cfd36294f1f7d87.tar.gz
volse-hubzilla-37c78bcf055276b1e1817f718cfd36294f1f7d87.tar.bz2
volse-hubzilla-37c78bcf055276b1e1817f718cfd36294f1f7d87.zip
start doco cleanup
Diffstat (limited to 'boot.php')
-rwxr-xr-xboot.php3
1 files changed, 3 insertions, 0 deletions
diff --git a/boot.php b/boot.php
index 37cf5ba4c..425e13375 100755
--- a/boot.php
+++ b/boot.php
@@ -414,6 +414,7 @@ define ( 'TERM_FILE', 5 );
define ( 'TERM_SAVEDSEARCH', 6 );
define ( 'TERM_THING', 7 );
define ( 'TERM_BOOKMARK', 8 );
+define ( 'TERM_HIERARCHY', 9 );
define ( 'TERM_OBJ_POST', 1 );
define ( 'TERM_OBJ_PHOTO', 2 );
@@ -423,6 +424,7 @@ define ( 'TERM_OBJ_OBJECT', 5 );
define ( 'TERM_OBJ_THING', 6 );
define ( 'TERM_OBJ_APP', 7 );
+
/**
* various namespaces we may need to parse
*/
@@ -540,6 +542,7 @@ define ( 'ITEM_TYPE_BLOCK', 1 );
define ( 'ITEM_TYPE_PDL', 2 );
define ( 'ITEM_TYPE_WEBPAGE', 3 );
define ( 'ITEM_TYPE_BUG', 4 );
+define ( 'ITEM_TYPE_DOC', 5 );
define ( 'DBTYPE_MYSQL', 0 );
define ( 'DBTYPE_POSTGRES', 1 );