NobuNobu
nobun****@users*****
2006年 12月 3日 (日) 00:54:31 JST
Index: xoops2jp/html/class/xoopstopic.php diff -u xoops2jp/html/class/xoopstopic.php:1.2 xoops2jp/html/class/xoopstopic.php:1.2.22.1 --- xoops2jp/html/class/xoopstopic.php:1.2 Fri Mar 18 21:51:55 2005 +++ xoops2jp/html/class/xoopstopic.php Sun Dec 3 00:54:31 2006 @@ -1,5 +1,5 @@ <?php -// $Id: xoopstopic.php,v 1.2 2005/03/18 12:51:55 onokazu Exp $ +// $Id: xoopstopic.php,v 1.2.22.1 2006/12/02 15:54:31 nobunobu Exp $ // ------------------------------------------------------------------------ // // XOOPS - PHP Content Management System // // Copyright (c) 2000 XOOPS.org // @@ -321,7 +321,7 @@ $ret = array(); $myts =& MyTextSanitizer::getInstance(); while ($myrow = $this->db->fetchArray($result)) { - $ret[$myrow['topic_id']] = array('title' => $myts->htmlspecialchars($myrow['topic_title']), 'pid' => $myrow['topic_pid']); + $ret[$myrow['topic_id']] = array('title' => $myts->htmlSpecialChars($myrow['topic_title']), 'pid' => $myrow['topic_pid']); } return $ret; }