Minahito
minah****@users*****
2006年 10月 15日 (日) 02:23:10 JST
Index: xoops2jp/html/include/comment_reply.php diff -u xoops2jp/html/include/comment_reply.php:1.2.8.3.2.1 xoops2jp/html/include/comment_reply.php:1.2.8.3.2.2 --- xoops2jp/html/include/comment_reply.php:1.2.8.3.2.1 Sun Oct 15 00:36:49 2006 +++ xoops2jp/html/include/comment_reply.php Sun Oct 15 02:23:10 2006 @@ -1,5 +1,5 @@ <?php -// $Id: comment_reply.php,v 1.2.8.3.2.1 2006/10/14 15:36:49 minahito Exp $ +// $Id: comment_reply.php,v 1.2.8.3.2.2 2006/10/14 17:23:10 minahito Exp $ // ------------------------------------------------------------------------ // // XOOPS - PHP Content Management System // // Copyright (c) 2000 XOOPS.org // @@ -45,7 +45,7 @@ // $root =& XCube_Root::getSingleton(); -$root->mLanguageManager->loadModuleMessageCatalog("base"); +$root->mLanguageManager->loadModuleMessageCatalog("legacy"); $root->mLanguageManager->loadPageTypeMessageCatalog("comment"); ///< @todo Is this must? Index: xoops2jp/html/include/comment_edit.php diff -u xoops2jp/html/include/comment_edit.php:1.2.8.2.2.1 xoops2jp/html/include/comment_edit.php:1.2.8.2.2.2 --- xoops2jp/html/include/comment_edit.php:1.2.8.2.2.1 Sun Oct 15 00:36:30 2006 +++ xoops2jp/html/include/comment_edit.php Sun Oct 15 02:23:10 2006 @@ -1,5 +1,5 @@ <?php -// $Id: comment_edit.php,v 1.2.8.2.2.1 2006/10/14 15:36:30 minahito Exp $ +// $Id: comment_edit.php,v 1.2.8.2.2.2 2006/10/14 17:23:10 minahito Exp $ // ------------------------------------------------------------------------ // // XOOPS - PHP Content Management System // // Copyright (c) 2000 XOOPS.org // @@ -46,7 +46,7 @@ $root =& XCube_Root::getSingleton(); $langManager =& $root->getLanguageManager(); -$langManager->loadModuleMessageCatalog("base"); +$langManager->loadModuleMessageCatalog("legacy"); if ('system' != $xoopsModule->getVar('dirname') && XOOPS_COMMENT_APPROVENONE == $xoopsModuleConfig['com_rule']) { exit(); Index: xoops2jp/html/include/comment_new.php diff -u xoops2jp/html/include/comment_new.php:1.2.8.3.2.1 xoops2jp/html/include/comment_new.php:1.2.8.3.2.2 --- xoops2jp/html/include/comment_new.php:1.2.8.3.2.1 Sun Oct 15 00:36:40 2006 +++ xoops2jp/html/include/comment_new.php Sun Oct 15 02:23:10 2006 @@ -1,5 +1,5 @@ <?php -// $Id: comment_new.php,v 1.2.8.3.2.1 2006/10/14 15:36:40 minahito Exp $ +// $Id: comment_new.php,v 1.2.8.3.2.2 2006/10/14 17:23:10 minahito Exp $ // ------------------------------------------------------------------------ // // XOOPS - PHP Content Management System // // Copyright (c) 2000 XOOPS.org // @@ -43,7 +43,7 @@ // $root =& XCube_Root::getSingleton(); -$root->mLanguageManager->loadModuleMessageCatalog("base"); +$root->mLanguageManager->loadModuleMessageCatalog("legacy"); require_once XOOPS_ROOT_PATH.'/include/comment_constants.php';