aboutsummaryrefslogtreecommitdiffstats
path: root/phpBB/includes/search/fulltext_postgres.php
diff options
context:
space:
mode:
authorIgor Wiedler <igor@wiedler.ch>2012-12-07 13:31:37 -0800
committerIgor Wiedler <igor@wiedler.ch>2012-12-07 13:31:37 -0800
commitb0b5a13131b90b8320de6f49db6c505d38b42c96 (patch)
tree641a33e35665c3b8198fd2d641a687560342ba56 /phpBB/includes/search/fulltext_postgres.php
parent74093d0fd383619ec8b58914ebe2edd68145e070 (diff)
parent26fd70d9cdffe0107635db5f3846dbe5ea6e3fae (diff)
downloadforums-b0b5a13131b90b8320de6f49db6c505d38b42c96.tar
forums-b0b5a13131b90b8320de6f49db6c505d38b42c96.tar.gz
forums-b0b5a13131b90b8320de6f49db6c505d38b42c96.tar.bz2
forums-b0b5a13131b90b8320de6f49db6c505d38b42c96.tar.xz
forums-b0b5a13131b90b8320de6f49db6c505d38b42c96.zip
Merge pull request #18 from p/ticket/11015
Ticket/11015
Diffstat (limited to 'phpBB/includes/search/fulltext_postgres.php')
-rw-r--r--phpBB/includes/search/fulltext_postgres.php8
1 files changed, 8 insertions, 0 deletions
diff --git a/phpBB/includes/search/fulltext_postgres.php b/phpBB/includes/search/fulltext_postgres.php
index cf613076d0..f22ee2ca16 100644
--- a/phpBB/includes/search/fulltext_postgres.php
+++ b/phpBB/includes/search/fulltext_postgres.php
@@ -121,6 +121,14 @@ class phpbb_search_fulltext_postgres extends phpbb_search_base
}
}
+ /**
+ * Load the UTF tools
+ */
+ if (!function_exists('utf8_strlen'))
+ {
+ include($phpbb_root_path . 'includes/utf/utf_tools.' . $phpEx);
+ }
+
$error = false;
}