mirror of
https://github.com/phpbb/phpbb.git
synced 2025-06-28 06:08:52 +00:00
[ticket/10605] Fix syntax error in database updater.
PHPBB3-10605
This commit is contained in:
parent
b9324577ac
commit
03e382f99c
1 changed files with 1 additions and 1 deletions
|
@ -2041,7 +2041,7 @@ function change_database_data(&$no_updates, $version)
|
|||
'ON' => 'p.msg_id = t.msg_id',
|
||||
),
|
||||
),
|
||||
'WHERE' => 't.user_id IS NULL';
|
||||
'WHERE' => 't.user_id IS NULL');
|
||||
$sql = $db->sql_build_query('SELECT', $sql_array);
|
||||
|
||||
do
|
||||
|
|
Loading…
Add table
Reference in a new issue