From 6e97ae1d460c75cb86347049d6926cfe440a5041 Mon Sep 17 00:00:00 2001 From: David M Date: Sat, 31 Mar 2007 17:33:18 +0000 Subject: [PATCH] #5401 git-svn-id: file:///svn/phpbb/trunk@7252 89ea8834-ac86-4346-8a33-228a782c2dd0 --- phpBB/includes/search/fulltext_mysql.php | 1 + 1 file changed, 1 insertion(+) diff --git a/phpBB/includes/search/fulltext_mysql.php b/phpBB/includes/search/fulltext_mysql.php index 506f53fbd3..7edfedc424 100644 --- a/phpBB/includes/search/fulltext_mysql.php +++ b/phpBB/includes/search/fulltext_mysql.php @@ -242,6 +242,7 @@ class fulltext_mysql extends search_backend mb_regex_encoding('UTF-8'); mb_ereg_search_init($text, '(?:[^\w*]|^)([+\-|]?(?:[\w*]+\'?)*[\w*])(?:[^\w*]|$)'); + $text = array(); while (($word = mb_ereg_search_regs())) { $text[] = $word[1];