mirror of
https://github.com/phpbb/phpbb.git
synced 2025-08-03 15:27:42 +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_OPEN', 0);
|
||||||
define('GROUP_CLOSED', 1);
|
define('GROUP_CLOSED', 1);
|
||||||
define('GROUP_HIDDEN', 2);
|
define('GROUP_HIDDEN', 2);
|
||||||
|
define('GROUP_SPECIAL', 3);
|
||||||
|
|
||||||
// Forum/Topic states
|
// Forum/Topic states
|
||||||
define('ITEM_UNLOCKED', 0);
|
define('ITEM_UNLOCKED', 0);
|
||||||
|
Reference in New Issue
Block a user