[xoops-cvslog 231] CVS update: xoops2jp/html/modules/system/admin/comments

アーカイブの一覧に戻る

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


Index: xoops2jp/html/modules/system/admin/comments/main.php
diff -u xoops2jp/html/modules/system/admin/comments/main.php:1.3 xoops2jp/html/modules/system/admin/comments/main.php:1.4
--- xoops2jp/html/modules/system/admin/comments/main.php:1.3	Sat Jun 11 11:32:51 2005
+++ xoops2jp/html/modules/system/admin/comments/main.php	Thu Jun 30 14:07:51 2005
@@ -1,5 +1,5 @@
 <?php
-// $Id: main.php,v 1.3 2005/06/11 02:32:51 onokazu Exp $
+// $Id: main.php,v 1.4 2005/06/30 05:07:51 onokazu Exp $
 //  ------------------------------------------------------------------------ //
 //                XOOPS - PHP Content Management System                      //
 //                    Copyright (c) 2000 XOOPS.org                           //
@@ -148,7 +148,7 @@
                 $module_handler =& xoops_gethandler('module');
                 $module =& $module_handler->get($comment->getVar('com_modid'));
                 $comment_config = $module->getInfo('comments');
-                header('Location: '.XOOPS_URL.'/modules/'.$module->getVar('dirname').'/'.$comment_config['pageName'].'?'.$comment_config['itemName'].'='.$comment->getVar('com_itemid').'&com_id='.$comment->getVar('com_id').'&com_rootid='.$comment->getVar('com_rootid').'&com_mode=thread&'.str_replace('&amp;', '&', $comment->getVar('com_exparams')).'#comment'.$comment->getVar('com_id'));
+                header('Location: '.XOOPS_URL.'/modules/'.$module->getVar('dirname').'/'.$comment_config['pageName'].'?'.$comment_config['itemName'].'='.$comment->getVar('com_itemid').'&com_id='.$comment->getVar('com_id').'&com_rootid='.$comment->getVar('com_rootid').'&com_mode=thread&'.$comment->getVar('com_exparams').'#comment'.$comment->getVar('com_id'));
                 exit();
             }
         }


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