aboutsummaryrefslogtreecommitdiffstats
path: root/phpBB/includes/constants.php
diff options
context:
space:
mode:
authorPaul S. Owen <psotfx@users.sourceforge.net>2001-11-03 13:54:04 +0000
committerPaul S. Owen <psotfx@users.sourceforge.net>2001-11-03 13:54:04 +0000
commit5251423378286dca84dbbf30f7112c8ac0dcb7cd (patch)
tree2acb47953f8312f3f9a0b5e20066f86c173e32a8 /phpBB/includes/constants.php
parent2297465c60d778ba4e4026ba8771972aa149e1d7 (diff)
downloadforums-5251423378286dca84dbbf30f7112c8ac0dcb7cd.tar
forums-5251423378286dca84dbbf30f7112c8ac0dcb7cd.tar.gz
forums-5251423378286dca84dbbf30f7112c8ac0dcb7cd.tar.bz2
forums-5251423378286dca84dbbf30f7112c8ac0dcb7cd.tar.xz
forums-5251423378286dca84dbbf30f7112c8ac0dcb7cd.zip
Fixed various issues and bugs
git-svn-id: file:///svn/phpbb/trunk@1260 89ea8834-ac86-4346-8a33-228a782c2dd0
Diffstat (limited to 'phpBB/includes/constants.php')
-rw-r--r--phpBB/includes/constants.php3
1 files changed, 1 insertions, 2 deletions
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');