mirror of
https://github.com/phpbb/phpbb.git
synced 2025-08-07 01:06:48 +02:00
Fixed: bug #3243
git-svn-id: file:///svn/phpbb/trunk@6208 89ea8834-ac86-4346-8a33-228a782c2dd0
This commit is contained in:
@@ -1006,7 +1006,7 @@ class fulltext_native extends search_backend
|
||||
FROM ' . SEARCH_WORDLIST_TABLE . ' w
|
||||
LEFT JOIN ' . SEARCH_WORDMATCH_TABLE . ' m ON (w.word_id = m.word_id)
|
||||
WHERE w.word_common = 0 AND m.word_id IS NULL
|
||||
GROUP BY w.word_id';
|
||||
GROUP BY w.word_id, w.word_text';
|
||||
$result = $db->sql_query($sql);
|
||||
|
||||
if ($row = $db->sql_fetchrow($result))
|
||||
|
Reference in New Issue
Block a user