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
This commit is contained in:
Paul S. Owen 2002-11-09 00:45:34 +00:00
parent 1405e47fc1
commit 9d2219b39a

View file

@ -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);