// Merge -> revision 8984

This commit is contained in:
rMalie
2011-10-03 15:48:07 +00:00
parent b5b2a4ffb6
commit c4780ec67d
60 changed files with 669 additions and 356 deletions
-5
View File
@@ -466,11 +466,6 @@ class SearchCore
// If we find words that need to be indexed, they're added to the word table in the database
if (count($pArray))
{
$list = '';
foreach ($pArray AS $word => $weight)
$list .= '\''.$word.'\',';
$list = rtrim($list, ',');
$queryArray = array();
$queryArray2 = array();
foreach ($pArray AS $word => $weight)