diff options
Diffstat (limited to 'phpBB/posting.php')
-rw-r--r-- | phpBB/posting.php | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/phpBB/posting.php b/phpBB/posting.php index 81a653a1d9..db24368ac5 100644 --- a/phpBB/posting.php +++ b/phpBB/posting.php @@ -169,8 +169,8 @@ function remove_unmatched_words() $sql = "DELETE FROM " . SEARCH_WORD_TABLE . " WHERE word_id NOT IN ( SELECT word_id - FROM " . SEARCH_MATCH_TABLE . ") - GROUP BY word_id"; + FROM " . SEARCH_MATCH_TABLE . " + GROUP BY word_id)"; $result = $db->sql_query($sql); if( !$result ) { |