[xoops-cvslog 2776] CVS update: xoops2jp/html/include

Back to archive index

NobuNobu nobun****@users*****
2006年 4月 11日 (火) 22:04:51 JST


Index: xoops2jp/html/include/comment_reply.php
diff -u xoops2jp/html/include/comment_reply.php:1.2 xoops2jp/html/include/comment_reply.php:1.2.16.1
--- xoops2jp/html/include/comment_reply.php:1.2	Fri Mar 18 21:51:55 2005
+++ xoops2jp/html/include/comment_reply.php	Tue Apr 11 22:04:51 2006
@@ -1,5 +1,5 @@
 <?php
-// $Id: comment_reply.php,v 1.2 2005/03/18 12:51:55 onokazu Exp $
+// $Id: comment_reply.php,v 1.2.16.1 2006/04/11 13:04:51 nobunobu Exp $
 //  ------------------------------------------------------------------------ //
 //                XOOPS - PHP Content Management System                      //
 //                    Copyright (c) 2000 XOOPS.org                           //
@@ -54,7 +54,8 @@
 $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>&nbsp;&nbsp;'._CM_POSTED.': <b>'.formatTimestamp($comment->getVar('com_created')).'</b><br /><br />'.$comment->getVar('com_text');$com_title = $comment->getVar('com_title', 'E');
+$r_text = _CM_POSTER.': <b>'.$r_name.'</b>&nbsp;&nbsp;'._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)) {
 	$com_title = "Re: ".xoops_substr($com_title, 0, 56);
 }


xoops-cvslog メーリングリストの案内
Back to archive index