mirror of
https://github.com/phpbb/phpbb.git
synced 2025-06-28 06:08:52 +00:00
[ticket/11174] removes unnecessary space from word
PHPBB3-11174
This commit is contained in:
parent
764da97772
commit
6e8f142d39
1 changed files with 1 additions and 1 deletions
|
@ -238,7 +238,7 @@ class phpbb_search_fulltext_mysql extends phpbb_search_base
|
|||
}
|
||||
else
|
||||
{
|
||||
$tmp_split_words[] = $word . ' ';
|
||||
$tmp_split_words[] = $word;
|
||||
}
|
||||
}
|
||||
if ($phrase)
|
||||
|
|
Loading…
Add table
Reference in a new issue