summaryrefslogtreecommitdiffstats
path: root/po/de.po
diff options
context:
space:
mode:
authorThierry Vignaud <tv@mandriva.org>2008-09-30 13:51:06 +0000
committerThierry Vignaud <tv@mandriva.org>2008-09-30 13:51:06 +0000
commitf3fe72a25babc275bc2c56bb38667c5726cd56ed (patch)
tree59372cf43f19ee5dbb753e42331cb02ae419ff7b /po/de.po
parentb5a54e7af6acd2a22ddcf203128cc4eba98ab0a1 (diff)
downloadcontrol-center-f3fe72a25babc275bc2c56bb38667c5726cd56ed.tar
Diffstat (limited to 'phpBB/includes/search/fulltext_mysql.php')
-rw-r--r--phpBB/includes/search/fulltext_mysql.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/phpBB/includes/search/fulltext_mysql.php b/phpBB/includes/search/fulltext_mysql.php
index cd5f0cef67..ff2e24aa05 100644
--- a/phpBB/includes/search/fulltext_mysql.php
+++ b/phpBB/includes/search/fulltext_mysql.php
@@ -238,7 +238,7 @@ class phpbb_search_fulltext_mysql extends phpbb_search_base
}
else
{
- $tmp_split_words[] = $word . ' ';
+ $tmp_split_words[] = $word;
}
}
if ($phrase)