Minahito
minah****@users*****
2006年 11月 11日 (土) 18:33:49 JST
Index: xoops2jp/html/include/comment_reply.php diff -u xoops2jp/html/include/comment_reply.php:1.2.8.3.2.4 xoops2jp/html/include/comment_reply.php:1.2.8.3.2.5 --- xoops2jp/html/include/comment_reply.php:1.2.8.3.2.4 Sat Nov 11 12:54:14 2006 +++ xoops2jp/html/include/comment_reply.php Sat Nov 11 18:33:49 2006 @@ -1,5 +1,5 @@ <?php -// $Id: comment_reply.php,v 1.2.8.3.2.4 2006/11/11 03:54:14 minahito Exp $ +// $Id: comment_reply.php,v 1.2.8.3.2.5 2006/11/11 09:33:49 minahito Exp $ // ------------------------------------------------------------------------ // // XOOPS - PHP Content Management System // // Copyright (c) 2000 XOOPS.org // @@ -70,6 +70,7 @@ } $comment_handler =& xoops_gethandler('comment'); $comment =& $comment_handler->get($com_id); + $r_name = XoopsUser::getUnameFromId($comment->getVar('com_uid')); $r_text = _CM_POSTER.': <b>'.$r_name.'</b> '._CM_POSTED.': <b>'.formatTimestamp($comment->getVar('com_created')).'</b><br /><br />'.$comment->getVar('com_text');$com_title = $comment->getVar('com_title', 'E'); if (!preg_match("/^re:/i", $com_title)) { @@ -136,7 +137,7 @@ // Rendering // $renderer =& $root->getRenderSystem("Legacy_RenderSystem"); -$renderer->renderWithTarget($renderTarget); +$renderer->render($renderTarget); // // Display now. Index: xoops2jp/html/include/comment_edit.php diff -u xoops2jp/html/include/comment_edit.php:1.2.8.2.2.3 xoops2jp/html/include/comment_edit.php:1.2.8.2.2.4 --- xoops2jp/html/include/comment_edit.php:1.2.8.2.2.3 Sat Nov 11 02:42:41 2006 +++ xoops2jp/html/include/comment_edit.php Sat Nov 11 18:33:49 2006 @@ -1,5 +1,5 @@ <?php -// $Id: comment_edit.php,v 1.2.8.2.2.3 2006/11/10 17:42:41 minahito Exp $ +// $Id: comment_edit.php,v 1.2.8.2.2.4 2006/11/11 09:33:49 minahito Exp $ // ------------------------------------------------------------------------ // // XOOPS - PHP Content Management System // // Copyright (c) 2000 XOOPS.org // @@ -116,7 +116,7 @@ // Rendering // $renderer =& $root->getRenderSystem("Legacy_RenderSystem"); - $renderer->renderWithTarget($renderTarget); + $renderer->render($renderTarget); // // Display now. Index: xoops2jp/html/include/comment_new.php diff -u xoops2jp/html/include/comment_new.php:1.2.8.3.2.3 xoops2jp/html/include/comment_new.php:1.2.8.3.2.4 --- xoops2jp/html/include/comment_new.php:1.2.8.3.2.3 Sat Nov 11 02:42:41 2006 +++ xoops2jp/html/include/comment_new.php Sat Nov 11 18:33:49 2006 @@ -1,5 +1,5 @@ <?php -// $Id: comment_new.php,v 1.2.8.3.2.3 2006/11/10 17:42:41 minahito Exp $ +// $Id: comment_new.php,v 1.2.8.3.2.4 2006/11/11 09:33:49 minahito Exp $ // ------------------------------------------------------------------------ // // XOOPS - PHP Content Management System // // Copyright (c) 2000 XOOPS.org // @@ -138,7 +138,7 @@ // Rendering // $renderer =& $root->getRenderSystem("Legacy_RenderSystem"); -$renderer->renderWithTarget($renderTarget); +$renderer->render($renderTarget); // // Display now.