onokazu
onoka****@users*****
2005年 6月 30日 (木) 11:57:48 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.2 xoops2jp/html/modules/system/admin/comments/main.php:1.2.6.1.2.3 --- xoops2jp/html/modules/system/admin/comments/main.php:1.2.6.1.2.2 Mon Jun 20 13:29:01 2005 +++ xoops2jp/html/modules/system/admin/comments/main.php Thu Jun 30 11:57:48 2005 @@ -1,5 +1,5 @@ <?php -// $Id: main.php,v 1.2.6.1.2.2 2005/06/20 04:29:01 nobunobu Exp $ +// $Id: main.php,v 1.2.6.1.2.3 2005/06/30 02:57:48 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('&', '&', $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(); } }