diff options
author | redmatrix <redmatrix@redmatrix.me> | 2015-07-03 14:56:48 -0700 |
---|---|---|
committer | redmatrix <redmatrix@redmatrix.me> | 2015-07-03 14:56:48 -0700 |
commit | 37c78bcf055276b1e1817f718cfd36294f1f7d87 (patch) | |
tree | 39de2196b2e0c028980d2776d95deb8b53a5cdd5 /boot.php | |
parent | 90a31f4ad511e8d53ebbf70397227c1804bb8ad0 (diff) | |
download | volse-hubzilla-37c78bcf055276b1e1817f718cfd36294f1f7d87.tar.gz volse-hubzilla-37c78bcf055276b1e1817f718cfd36294f1f7d87.tar.bz2 volse-hubzilla-37c78bcf055276b1e1817f718cfd36294f1f7d87.zip |
start doco cleanup
Diffstat (limited to 'boot.php')
-rwxr-xr-x | boot.php | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -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 ); |