Small fix for install

git-svn-id: file:///svn/phpbb/trunk@4914 89ea8834-ac86-4346-8a33-228a782c2dd0
This commit is contained in:
Bart van Bragt 2004-06-13 13:37:27 +00:00
parent 4acbb74b4a
commit 6aa372226e

View file

@ -1199,6 +1199,7 @@ if ($stage == 4)
define('SESSIONS_TABLE', $table_prefix . 'sessions');
define('BOTS_TABLE', $table_prefix . 'bots');
define('USERS_TABLE', $table_prefix . 'users');
define('GROUPS_TABLE', $table_prefix . 'groups');
define('BANLIST_TABLE', $table_prefix . 'banlist');
$sql = "SELECT *