mirror of
https://github.com/phpbb/phpbb.git
synced 2025-05-20 22:39:55 +02:00
[ticket/10605] Fix syntax error in database updater.
PHPBB3-10605
This commit is contained in:
parent
b9324577ac
commit
03e382f99c
@ -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…
x
Reference in New Issue
Block a user