Commit 0eae128d authored by mku's avatar mku

ZP-541 #comment Added missing JIRA issue number in the log output

git-svn-id: https://z-push.org/svn/z-push/trunk@1902 b7dd7b3b-3a3c-0410-9da9-bee62a6cc5b5
parent bc748af4
...@@ -1564,7 +1564,7 @@ class BackendZarafa implements IBackend, ISearchProvider { ...@@ -1564,7 +1564,7 @@ class BackendZarafa implements IBackend, ISearchProvider {
$searchLess = strtotime($cpo->GetSearchValueLess()); $searchLess = strtotime($cpo->GetSearchValueLess());
if (version_compare(phpversion(),'5.3.4') < 0) { if (version_compare(phpversion(),'5.3.4') < 0) {
ZLog::Write(LOGLEVEL_WARN, sprintf("Your system's PHP version (%s) might not correctly process unicode strings. Search containing such characters might not return correct results. It is recommended to update to at least PHP 5.3.4. See ZP- for more information.", phpversion())); ZLog::Write(LOGLEVEL_WARN, sprintf("Your system's PHP version (%s) might not correctly process unicode strings. Search containing such characters might not return correct results. It is recommended to update to at least PHP 5.3.4. See ZP-541 for more information.", phpversion()));
} }
// split the search on whitespache and look for every word // split the search on whitespache and look for every word
$searchText = preg_split("/\W+/u", $searchText); $searchText = preg_split("/\W+/u", $searchText);
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment