mirror of
https://github.com/phpbb/phpbb.git
synced 2025-06-06 22:45:02 +02:00
[ticket/12104] Remove newline before WHERE parameter
PHPBB3-12104
This commit is contained in:
parent
b95631b163
commit
c2c677d4f2
@ -562,7 +562,6 @@ if (sizeof($shadow_topic_list))
|
||||
'FROM' => array(
|
||||
TOPICS_TABLE => 't'
|
||||
),
|
||||
|
||||
'WHERE' => $db->sql_in_set('t.topic_id', array_keys($shadow_topic_list)),
|
||||
);
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user