diff options
author | Paul S. Owen <psotfx@users.sourceforge.net> | 2003-10-15 23:19:25 +0000 |
---|---|---|
committer | Paul S. Owen <psotfx@users.sourceforge.net> | 2003-10-15 23:19:25 +0000 |
commit | e7ca1a5286ef3510fe054a9fbe827b66caaa0a12 (patch) | |
tree | 8f95657c3b673598dd8fd62fa8cfdee905a3342e /phpBB/install/install.php | |
parent | 7aa3278def3f646ca0dba1f5b604cc39e8b85a40 (diff) | |
download | forums-e7ca1a5286ef3510fe054a9fbe827b66caaa0a12.tar forums-e7ca1a5286ef3510fe054a9fbe827b66caaa0a12.tar.gz forums-e7ca1a5286ef3510fe054a9fbe827b66caaa0a12.tar.bz2 forums-e7ca1a5286ef3510fe054a9fbe827b66caaa0a12.tar.xz forums-e7ca1a5286ef3510fe054a9fbe827b66caaa0a12.zip |
fudge-o-rama
git-svn-id: file:///svn/phpbb/trunk@4608 89ea8834-ac86-4346-8a33-228a782c2dd0
Diffstat (limited to 'phpBB/install/install.php')
-rw-r--r-- | phpBB/install/install.php | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/phpBB/install/install.php b/phpBB/install/install.php index 762b9f95e6..8358fcd963 100644 --- a/phpBB/install/install.php +++ b/phpBB/install/install.php @@ -1194,6 +1194,7 @@ if ($stage == 4) // Load the basic configuration data define('SESSIONS_TABLE', $table_prefix . 'sessions'); define('USERS_TABLE', $table_prefix . 'users'); + define('BANLIST_TABLE', $table_prefix . 'banlist'); $sql = "SELECT * FROM {$table_prefix}config"; |