1
0
mirror of https://github.com/phpbb/phpbb.git synced 2025-08-06 16:56:44 +02:00

[ticket/11174] Started on search tests - keyword splitting.

PHPBB3-11174
This commit is contained in:
Oleg Pudeyev
2012-11-08 10:14:29 -05:00
parent fc41b52cea
commit 18a922c036
3 changed files with 150 additions and 0 deletions

View File

@@ -59,6 +59,10 @@ class phpbb_search_fulltext_native extends phpbb_search_base
{
include($this->phpbb_root_path . 'includes/utf/utf_normalizer.' . $this->php_ext);
}
if (!function_exists('utf8_decode_ncr'))
{
include($this->phpbb_root_path . 'includes/utf/utf_tools.' . $this->php_ext);
}
$error = false;
}