mirror of
https://github.com/phpbb/phpbb.git
synced 2025-06-25 20:45:16 +02:00
Change ACL_UNSET constant value
git-svn-id: file:///svn/phpbb/trunk@3836 89ea8834-ac86-4346-8a33-228a782c2dd0
This commit is contained in:
@ -78,7 +78,7 @@ define('USER_AVATAR_GALLERY', 3);
|
||||
// ACL
|
||||
define('ACL_NO', 0);
|
||||
define('ACL_YES', 1);
|
||||
define('ACL_UNSET', 2);
|
||||
define('ACL_UNSET', -1);
|
||||
|
||||
// Group settings
|
||||
define('GROUP_OPEN', 0);
|
||||
|
Reference in New Issue
Block a user