mirror of
https://github.com/phpbb/phpbb.git
synced 2025-06-25 20:45:16 +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
|
||||
{
|
||||
$tmp_split_words[] = $word . ' ';
|
||||
$tmp_split_words[] = $word;
|
||||
}
|
||||
}
|
||||
if ($phrase)
|
||||
|
Reference in New Issue
Block a user