1
0
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:
Paul S. Owen
2003-04-15 17:34:03 +00:00
parent 2ea7f66a1b
commit 0c7c2f711f

View File

@ -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);