From e7ca1a5286ef3510fe054a9fbe827b66caaa0a12 Mon Sep 17 00:00:00 2001 From: "Paul S. Owen" Date: Wed, 15 Oct 2003 23:19:25 +0000 Subject: [PATCH] fudge-o-rama git-svn-id: file:///svn/phpbb/trunk@4608 89ea8834-ac86-4346-8a33-228a782c2dd0 --- phpBB/install/install.php | 1 + 1 file changed, 1 insertion(+) 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";