1
0
mirror of https://github.com/phpbb/phpbb.git synced 2025-05-07 16:15:22 +02:00

[ticket/10605] Put end of array on its own line because start of array is too.

PHPBB3-10605
This commit is contained in:
Andreas Fischer 2012-05-14 00:34:42 +02:00
parent 4b6b41a1e5
commit f71a9d369c

View File

@ -2043,7 +2043,8 @@ 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