[xoops-cvslog 233] CVS update: xoops2jp/html/modules/system/blocks

Back to archive index

onokazu onoka****@users*****
2005年 6月 30日 (木) 14:07:52 JST


Index: xoops2jp/html/modules/system/blocks/system_blocks.php
diff -u xoops2jp/html/modules/system/blocks/system_blocks.php:1.3 xoops2jp/html/modules/system/blocks/system_blocks.php:1.4
--- xoops2jp/html/modules/system/blocks/system_blocks.php:1.3	Sat Jun 11 11:32:54 2005
+++ xoops2jp/html/modules/system/blocks/system_blocks.php	Thu Jun 30 14:07:52 2005
@@ -1,5 +1,5 @@
 <?php
-// $Id: system_blocks.php,v 1.3 2005/06/11 02:32:54 onokazu Exp $
+// $Id: system_blocks.php,v 1.4 2005/06/30 05:07:52 onokazu Exp $
 //  ------------------------------------------------------------------------ //
 //                XOOPS - PHP Content Management System                      //
 //                    Copyright (c) 2000 XOOPS.org                           //
@@ -339,7 +339,7 @@
             $comment_config[$mid] = $modules[$mid]->getInfo('comments');
         }
         $com['id'] = $i;
-        $com['title'] = '<a href="'.XOOPS_URL.'/modules/'.$modules[$mid]->getVar('dirname').'/'.$comment_config[$mid]['pageName'].'?'.$comment_config[$mid]['itemName'].'='.$comments[$i]->getVar('com_itemid').'&amp;com_id='.$i.'&amp;com_rootid='.$comments[$i]->getVar('com_rootid').'&amp;'.$comments[$i]->getVar('com_exparams').'#comment'.$i.'">'.$comments[$i]->getVar('com_title').'</a>';
+        $com['title'] = '<a href="'.XOOPS_URL.'/modules/'.$modules[$mid]->getVar('dirname').'/'.$comment_config[$mid]['pageName'].'?'.$comment_config[$mid]['itemName'].'='.$comments[$i]->getVar('com_itemid').'&amp;com_id='.$i.'&amp;com_rootid='.$comments[$i]->getVar('com_rootid').'&amp;'.htmlspecialchars($comments[$i]->getVar('com_exparams')).'#comment'.$i.'">'.$comments[$i]->getVar('com_title').'</a>';
         $com['icon'] = $comments[$i]->getVar('com_icon');
         $com['icon'] = ($com['icon'] != '') ? $com['icon'] : 'icon1.gif';
         $com['time'] = formatTimestamp($comments[$i]->getVar('com_created'),'m');


xoops-cvslog メーリングリストの案内
Back to archive index