aboutsummaryrefslogtreecommitdiffstats
path: root/phpBB/common.php
diff options
context:
space:
mode:
authorPaul S. Owen <psotfx@users.sourceforge.net>2002-11-09 00:45:34 +0000
committerPaul S. Owen <psotfx@users.sourceforge.net>2002-11-09 00:45:34 +0000
commit9d2219b39a21abc74aef0f7d2710c4da0cb7c9b0 (patch)
tree6f4850491b9249c2f4f14cd15bbccde99049a242 /phpBB/common.php
parent1405e47fc10bf75fb325e3e8e2978cc06ba1c261 (diff)
downloadforums-9d2219b39a21abc74aef0f7d2710c4da0cb7c9b0.tar
forums-9d2219b39a21abc74aef0f7d2710c4da0cb7c9b0.tar.gz
forums-9d2219b39a21abc74aef0f7d2710c4da0cb7c9b0.tar.bz2
forums-9d2219b39a21abc74aef0f7d2710c4da0cb7c9b0.tar.xz
forums-9d2219b39a21abc74aef0f7d2710c4da0cb7c9b0.zip
Give the special groups a special constant ...to make them feel, well, special.
git-svn-id: file:///svn/phpbb/trunk@3021 89ea8834-ac86-4346-8a33-228a782c2dd0
Diffstat (limited to 'phpBB/common.php')
-rw-r--r--phpBB/common.php1
1 files changed, 1 insertions, 0 deletions
diff --git a/phpBB/common.php b/phpBB/common.php
index 5fb5d4cd00..11f960a2a2 100644
--- a/phpBB/common.php
+++ b/phpBB/common.php
@@ -73,6 +73,7 @@ define('ACL_INHERIT', 2);
define('GROUP_OPEN', 0);
define('GROUP_CLOSED', 1);
define('GROUP_HIDDEN', 2);
+define('GROUP_SPECIAL', 3);
// Forum/Topic states
define('ITEM_UNLOCKED', 0);