From 5251423378286dca84dbbf30f7112c8ac0dcb7cd Mon Sep 17 00:00:00 2001 From: "Paul S. Owen" Date: Sat, 3 Nov 2001 13:54:04 +0000 Subject: Fixed various issues and bugs git-svn-id: file:///svn/phpbb/trunk@1260 89ea8834-ac86-4346-8a33-228a782c2dd0 --- phpBB/includes/constants.php | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'phpBB/includes/constants.php') diff --git a/phpBB/includes/constants.php b/phpBB/includes/constants.php index 4d9dc0798f..2c664542d9 100644 --- a/phpBB/includes/constants.php +++ b/phpBB/includes/constants.php @@ -124,6 +124,7 @@ define(PAGE_TOPIC_OFFSET, 5000); // Auth settings +define(AUTH_LIST_ALL, 0); define(AUTH_ALL, 0); define(AUTH_REG, 1); @@ -145,8 +146,6 @@ define(AUTH_POLLCREATE, 9); define(AUTH_VOTE, 10); define(AUTH_ATTACH, 11); -define(AUTH_LIST_ALL, 20); - // Table names define('AUTH_ACCESS_TABLE', $table_prefix.'auth_access'); -- cgit v1.2.1