1
0
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:
Dhruv
2012-11-12 13:43:13 +01:00
committed by Oleg Pudeyev
parent 764da97772
commit 6e8f142d39

View File

@@ -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)