diff options
author | redmatrix <git@macgirvin.com> | 2016-01-26 23:44:15 -0800 |
---|---|---|
committer | redmatrix <git@macgirvin.com> | 2016-01-26 23:44:15 -0800 |
commit | d83b907cdcb4d7a7638b2be9a8024a43f6012827 (patch) | |
tree | fd9f232ee8f816a99d8551291690e762bfdcdfa1 /boot.php | |
parent | 202817740ab13f91ab9bd90de43116d1778cb751 (diff) | |
download | volse-hubzilla-d83b907cdcb4d7a7638b2be9a8024a43f6012827.tar.gz volse-hubzilla-d83b907cdcb4d7a7638b2be9a8024a43f6012827.tar.bz2 volse-hubzilla-d83b907cdcb4d7a7638b2be9a8024a43f6012827.zip |
rename collections to privacy groups
Diffstat (limited to 'boot.php')
-rwxr-xr-x | boot.php | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -575,6 +575,9 @@ define ( 'ITEM_TYPE_WEBPAGE', 3 ); define ( 'ITEM_TYPE_BUG', 4 ); define ( 'ITEM_TYPE_DOC', 5 ); +define ( 'ITEM_IS_STICKY', 1000 ); + + define ( 'DBTYPE_MYSQL', 0 ); define ( 'DBTYPE_POSTGRES', 1 ); |