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