aboutsummaryrefslogtreecommitdiffstats
path: root/boot.php
diff options
context:
space:
mode:
authorredmatrix <git@macgirvin.com>2016-01-26 23:44:15 -0800
committerredmatrix <git@macgirvin.com>2016-01-26 23:44:15 -0800
commitd83b907cdcb4d7a7638b2be9a8024a43f6012827 (patch)
treefd9f232ee8f816a99d8551291690e762bfdcdfa1 /boot.php
parent202817740ab13f91ab9bd90de43116d1778cb751 (diff)
downloadvolse-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-xboot.php3
1 files changed, 3 insertions, 0 deletions
diff --git a/boot.php b/boot.php
index b80b76a8a..76baba361 100755
--- a/boot.php
+++ b/boot.php
@@ -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 );