Minahito
minah****@users*****
2006年 11月 11日 (土) 02:42:41 JST
Index: xoops2jp/html/include/comment_reply.php diff -u xoops2jp/html/include/comment_reply.php:1.2.8.3.2.2 xoops2jp/html/include/comment_reply.php:1.2.8.3.2.3 --- xoops2jp/html/include/comment_reply.php:1.2.8.3.2.2 Sun Oct 15 02:23:10 2006 +++ xoops2jp/html/include/comment_reply.php Sat Nov 11 02:42:41 2006 @@ -1,5 +1,5 @@ <?php -// $Id: comment_reply.php,v 1.2.8.3.2.2 2006/10/14 17:23:10 minahito Exp $ +// $Id: comment_reply.php,v 1.2.8.3.2.3 2006/11/10 17:42:41 minahito Exp $ // ------------------------------------------------------------------------ // // XOOPS - PHP Content Management System // // Copyright (c) 2000 XOOPS.org // @@ -129,7 +129,7 @@ $renderTarget->setAttribute("actionForm", $actionForm); $renderTarget->setAttribute("subjectIcons", $subjectIcons); -$renderTarget->setAttribute("xoopsModuleComment", $xoopsModuleConfig); +$renderTarget->setAttribute("xoopsModuleConfig", $xoopsModuleConfig); // // Rendering Index: xoops2jp/html/include/comment_edit.php diff -u xoops2jp/html/include/comment_edit.php:1.2.8.2.2.2 xoops2jp/html/include/comment_edit.php:1.2.8.2.2.3 --- xoops2jp/html/include/comment_edit.php:1.2.8.2.2.2 Sun Oct 15 02:23:10 2006 +++ xoops2jp/html/include/comment_edit.php Sat Nov 11 02:42:41 2006 @@ -1,5 +1,5 @@ <?php -// $Id: comment_edit.php,v 1.2.8.2.2.2 2006/10/14 17:23:10 minahito Exp $ +// $Id: comment_edit.php,v 1.2.8.2.2.3 2006/11/10 17:42:41 minahito Exp $ // ------------------------------------------------------------------------ // // XOOPS - PHP Content Management System // // Copyright (c) 2000 XOOPS.org // @@ -110,7 +110,7 @@ $renderTarget->setAttribute("actionForm", $actionForm); $renderTarget->setAttribute("subjectIcons", $subjectIcons); - $renderTarget->setAttribute("xoopsModuleComment", $xoopsModuleConfig); + $renderTarget->setAttribute("xoopsModuleConfig", $xoopsModuleConfig); // // Rendering Index: xoops2jp/html/include/comment_new.php diff -u xoops2jp/html/include/comment_new.php:1.2.8.3.2.2 xoops2jp/html/include/comment_new.php:1.2.8.3.2.3 --- xoops2jp/html/include/comment_new.php:1.2.8.3.2.2 Sun Oct 15 02:23:10 2006 +++ xoops2jp/html/include/comment_new.php Sat Nov 11 02:42:41 2006 @@ -1,5 +1,5 @@ <?php -// $Id: comment_new.php,v 1.2.8.3.2.2 2006/10/14 17:23:10 minahito Exp $ +// $Id: comment_new.php,v 1.2.8.3.2.3 2006/11/10 17:42:41 minahito Exp $ // ------------------------------------------------------------------------ // // XOOPS - PHP Content Management System // // Copyright (c) 2000 XOOPS.org // @@ -132,7 +132,7 @@ $renderTarget->setAttribute("actionForm", $actionForm); $renderTarget->setAttribute("subjectIcons", $subjectIcons); -$renderTarget->setAttribute("xoopsModuleComment", $xoopsModuleConfig); +$renderTarget->setAttribute("xoopsModuleConfig", $xoopsModuleConfig); // // Rendering