From 2d0df351d704ba34d191831f7d4b8cb385555be2 Mon Sep 17 00:00:00 2001 From: Dries Buytaert Date: Tue, 29 Nov 2005 20:17:10 +0000 Subject: - Various fixes. Updated CHANGELOG.txt --- modules/search/search.module | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'modules/search') diff --git a/modules/search/search.module b/modules/search/search.module index 6cba60fe4..74535839e 100644 --- a/modules/search/search.module +++ b/modules/search/search.module @@ -332,7 +332,7 @@ function search_simplify($text) { // Simple CJK handling if (variable_get('overlap_cjk', true)) { - $text = preg_replace_callback('/['. PREG_CLASS_CJK .']+/u', 'search_expand_cjk', $text); + $text = preg_replace_callback('/['. PREG_CLASS_CJK .']+/u', 'search_expand_cjk', $text); } // To improve searching for numerical data such as dates, IP addresses -- cgit v1.2.3