mirror of
https://github.com/phpbb/phpbb.git
synced 2025-07-31 14:00:31 +02:00
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:
@@ -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);
|
||||
|
Reference in New Issue
Block a user