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

Back to archive index

NobuNobu nobun****@users*****
2005年 6月 19日 (日) 01:03:51 JST


Index: xoops2jp/html/modules/system/admin/comments/main.php
diff -u xoops2jp/html/modules/system/admin/comments/main.php:1.2.6.1 xoops2jp/html/modules/system/admin/comments/main.php:1.2.6.1.2.1
--- xoops2jp/html/modules/system/admin/comments/main.php:1.2.6.1	Mon Apr 18 22:15:07 2005
+++ xoops2jp/html/modules/system/admin/comments/main.php	Sun Jun 19 01:03:51 2005
@@ -1,5 +1,5 @@
 <?php
-// $Id: main.php,v 1.2.6.1 2005/04/18 13:15:07 onokazu Exp $
+// $Id: main.php,v 1.2.6.1.2.1 2005/06/18 16:03:51 nobunobu 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').'&amp;com_id='.$comment->getVar('com_id').'&amp;com_rootid='.$comment->getVar('com_rootid').'&amp;com_mode=thread&amp;'.str_replace('&amp;', '&amp;', $comment->getVar('com_exparams')).'#comment'.$comment->getVar('com_id'));
                 exit();
             }
         }


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