您好:
我使用XOOPS 2.3.2
然後 要下載 pical_0.87 安裝後,於網頁出現
Warning: MyTextSanitizer::makeTboxData4Show is deprecated in C:\xampp\htdocs\xp3\class\module.textsanitizer.php on line 646
而我看 module.textsanitizer.php 為
function makeTboxData4Show($text, $smiley=0)
{
trigger_error(__CLASS__."::".__FUNCTION__.' is deprecated', E_USER_WARNING); //--------->646
$text = $this->htmlSpecialChars($text);
return $text;
}
請問這該如何修正呢?
謝謝!