mirror of
https://github.com/phpbb/phpbb.git
synced 2025-06-28 06:08:52 +00: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:
parent
1405e47fc1
commit
9d2219b39a
1 changed files with 1 additions and 0 deletions
|
@ -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);
|
||||
|
|
Loading…
Add table
Reference in a new issue