From 5ead001f7578ad4c4b2d3c9430ae8ff0a6a84ae9 Mon Sep 17 00:00:00 2001 From: "Lester Caine ext:(%22)" Date: Sun, 29 Apr 2012 12:43:14 +0100 Subject: Strip extra white space ( simply ignoring is causing problems with comment merging ) --- search_lib.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/search_lib.php b/search_lib.php index c0d2b27..7dcb0f3 100644 --- a/search_lib.php +++ b/search_lib.php @@ -186,7 +186,7 @@ class SearchLib extends BitBase { WHERE si.`content_id`=lc.`content_id` AND si.`searchword` IN (" . $qPlaceHolders1 . ") GROUP BY - si.`content_id` + si.`content_id` )>0 $whereSql ORDER BY 9 DESC, 5 DESC "; -- cgit v1.3