mirror of
https://github.com/phpbb/phpbb.git
synced 2025-06-30 07:08:52 +00:00
Fixed: bug #3243
git-svn-id: file:///svn/phpbb/trunk@6208 89ea8834-ac86-4346-8a33-228a782c2dd0
This commit is contained in:
parent
b7b8bf3857
commit
48b2dc1277
1 changed files with 1 additions and 1 deletions
|
@ -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))
|
||||
|
|
Loading…
Add table
Reference in a new issue