[xoops-cvslog 3794] CVS update: xoops2jp/html/class/xoopsform

アーカイブの一覧に戻る

NobuNobu nobun****@users*****
2006年 8月 1日 (火) 17:27:05 JST


Index: xoops2jp/html/class/xoopsform/formdhtmltextarea.php
diff -u xoops2jp/html/class/xoopsform/formdhtmltextarea.php:1.2.8.2 xoops2jp/html/class/xoopsform/formdhtmltextarea.php:1.2.8.3
--- xoops2jp/html/class/xoopsform/formdhtmltextarea.php:1.2.8.2	Sat Jul  1 13:18:10 2006
+++ xoops2jp/html/class/xoopsform/formdhtmltextarea.php	Tue Aug  1 17:27:05 2006
@@ -1,5 +1,5 @@
 <?php
-// $Id: formdhtmltextarea.php,v 1.2.8.2 2006/07/01 04:18:10 minahito Exp $
+// $Id: formdhtmltextarea.php,v 1.2.8.3 2006/08/01 08:27:05 nobunobu Exp $
 //  ------------------------------------------------------------------------ //
 //                XOOPS - PHP Content Management System                      //
 //                    Copyright (c) 2000 XOOPS.org                           //
@@ -126,7 +126,7 @@
     function _renderSmileys()
     {
         $myts =& MyTextSanitizer::getInstance();
-        $smiles =& $myts->getSmileys();
+        $smiles = $myts->getSmileys();
         $ret = '';
         if (empty($smiles)) {
             $db =& Database::getInstance();


xoops-cvslog メーリングリストの案内
アーカイブの一覧に戻る