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