mirror of
https://github.com/phpbb/phpbb.git
synced 2025-06-12 14:28:56 +00:00
Small fix for install
git-svn-id: file:///svn/phpbb/trunk@4914 89ea8834-ac86-4346-8a33-228a782c2dd0
This commit is contained in:
parent
4acbb74b4a
commit
6aa372226e
1 changed files with 1 additions and 0 deletions
|
@ -1199,6 +1199,7 @@ if ($stage == 4)
|
||||||
define('SESSIONS_TABLE', $table_prefix . 'sessions');
|
define('SESSIONS_TABLE', $table_prefix . 'sessions');
|
||||||
define('BOTS_TABLE', $table_prefix . 'bots');
|
define('BOTS_TABLE', $table_prefix . 'bots');
|
||||||
define('USERS_TABLE', $table_prefix . 'users');
|
define('USERS_TABLE', $table_prefix . 'users');
|
||||||
|
define('GROUPS_TABLE', $table_prefix . 'groups');
|
||||||
define('BANLIST_TABLE', $table_prefix . 'banlist');
|
define('BANLIST_TABLE', $table_prefix . 'banlist');
|
||||||
|
|
||||||
$sql = "SELECT *
|
$sql = "SELECT *
|
||||||
|
|
Loading…
Add table
Reference in a new issue