diff options
author | Matt Friedman <maf675@gmail.com> | 2014-01-09 15:45:24 -0800 |
---|---|---|
committer | Matt Friedman <maf675@gmail.com> | 2014-01-09 15:45:24 -0800 |
commit | c2c677d4f2a6bbaf4b06e7adb6837693673d0b65 (patch) | |
tree | 4a8f9ee3dd326eba6604e6af6cdb00e6e4f687f5 | |
parent | b95631b163e4f7248f194ba2b2d77be9d35a232c (diff) | |
download | forums-c2c677d4f2a6bbaf4b06e7adb6837693673d0b65.tar forums-c2c677d4f2a6bbaf4b06e7adb6837693673d0b65.tar.gz forums-c2c677d4f2a6bbaf4b06e7adb6837693673d0b65.tar.bz2 forums-c2c677d4f2a6bbaf4b06e7adb6837693673d0b65.tar.xz forums-c2c677d4f2a6bbaf4b06e7adb6837693673d0b65.zip |
[ticket/12104] Remove newline before WHERE parameter
PHPBB3-12104
-rw-r--r-- | phpBB/viewforum.php | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/phpBB/viewforum.php b/phpBB/viewforum.php index 0e24404937..1ea6c08aa6 100644 --- a/phpBB/viewforum.php +++ b/phpBB/viewforum.php @@ -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)), ); |