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('&', '&', $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(); } }