From 48b2dc127761640810a8bbd6c59fd3c5be696778 Mon Sep 17 00:00:00 2001 From: Ludovic Arnaud Date: Mon, 24 Jul 2006 07:53:35 +0000 Subject: Fixed: bug #3243 git-svn-id: file:///svn/phpbb/trunk@6208 89ea8834-ac86-4346-8a33-228a782c2dd0 --- phpBB/includes/search/fulltext_native.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'phpBB/includes/search') diff --git a/phpBB/includes/search/fulltext_native.php b/phpBB/includes/search/fulltext_native.php index 99640e56d9..3ee06822cd 100755 --- a/phpBB/includes/search/fulltext_native.php +++ b/phpBB/includes/search/fulltext_native.php @@ -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)) -- cgit v1.2.1