mirror of
https://github.com/phpbb/phpbb.git
synced 2025-07-24 02:21:43 +02:00
[ticket/11174] removes unnecessary space from word
PHPBB3-11174
This commit is contained in:
@@ -238,7 +238,7 @@ class phpbb_search_fulltext_mysql extends phpbb_search_base
|
|||||||
}
|
}
|
||||||
else
|
else
|
||||||
{
|
{
|
||||||
$tmp_split_words[] = $word . ' ';
|
$tmp_split_words[] = $word;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
if ($phrase)
|
if ($phrase)
|
||||||
|
Reference in New Issue
Block a user