mirror of
https://github.com/phpbb/phpbb.git
synced 2025-06-28 14:18:52 +00:00
Change ACL_UNSET constant value
git-svn-id: file:///svn/phpbb/trunk@3836 89ea8834-ac86-4346-8a33-228a782c2dd0
This commit is contained in:
parent
2ea7f66a1b
commit
0c7c2f711f
1 changed files with 1 additions and 1 deletions
|
@ -78,7 +78,7 @@ define('USER_AVATAR_GALLERY', 3);
|
||||||
// ACL
|
// ACL
|
||||||
define('ACL_NO', 0);
|
define('ACL_NO', 0);
|
||||||
define('ACL_YES', 1);
|
define('ACL_YES', 1);
|
||||||
define('ACL_UNSET', 2);
|
define('ACL_UNSET', -1);
|
||||||
|
|
||||||
// Group settings
|
// Group settings
|
||||||
define('GROUP_OPEN', 0);
|
define('GROUP_OPEN', 0);
|
||||||
|
|
Loading…
Add table
Reference in a new issue