NobuNobu
nobun****@users*****
2005年 6月 20日 (月) 13:29:01 JST
Index: xoops2jp/html/modules/system/admin/comments/main.php diff -u 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.2.2 --- xoops2jp/html/modules/system/admin/comments/main.php:1.2.6.1.2.1 Sun Jun 19 01:03:51 2005 +++ xoops2jp/html/modules/system/admin/comments/main.php Mon Jun 20 13:29:01 2005 @@ -1,5 +1,5 @@ <?php -// $Id: main.php,v 1.2.6.1.2.1 2005/06/18 16:03:51 nobunobu Exp $ +// $Id: main.php,v 1.2.6.1.2.2 2005/06/20 04:29:01 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('&', '&', $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&'.str_replace('&', '&', $comment->getVar('com_exparams')).'#comment'.$comment->getVar('com_id')); exit(); } }