I installed the 2.5.6 version of phpmyfaq on a linux server, with japanese language.
Everything is OK, unless the search item.
No result retrurned.
I've received satisfactory result when I edited inc/functions.php
Code: Select all
--- ./inc/functions.php.org 2009-12-23 02:36:36.000000000 +0900
+++ ./inc/functions.php 2010-01-01 23:03:30.000000000 +0900
@@ -934,7 +934,7 @@
$db = PMF_Db::getInstance();
$faqconfig = PMF_Configuration::getInstance();
- $result = getSearchData(htmlentities($searchterm), true, $cat, $allLanguages);
+ $result = getSearchData($searchterm, true, $cat, $allLanguages);
$num = $db->num_rows($result);
}
Is this way right?
Thanks for your help,
Regards,