From d1c87b754495885b7142e67ee4ec952ec7db185d Mon Sep 17 00:00:00 2001 From: lisa Date: Tue, 27 Jan 2009 07:37:22 +0000 Subject: [PATCH] comment_author correction --- e107_handlers/comment_class.php | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/e107_handlers/comment_class.php b/e107_handlers/comment_class.php index 5b90d5dc1..85d6f501f 100644 --- a/e107_handlers/comment_class.php +++ b/e107_handlers/comment_class.php @@ -12,9 +12,9 @@ | GNU General Public License (http://gnu.org). | | $Source: /cvs_backup/e107_0.8/e107_handlers/comment_class.php,v $ -| $Revision: 1.17 $ -| $Date: 2009-01-05 22:01:37 $ -| $Author: e107steved $ +| $Revision: 1.18 $ +| $Date: 2009-01-27 07:37:22 $ +| $Author: lisa_ $ +----------------------------------------------------------------------------+ */ @@ -775,8 +775,8 @@ class comment { $ret['comment_datestamp'] = $row['comment_datestamp']; //author - no ned to split now - $comment_author_id = $ret['comment_author_id']; - $comment_author_name = $ret['comment_author_name']; + $comment_author_id = $row['comment_author_id']; + $comment_author_name = $row['comment_author_name']; $ret['comment_author'] = (USERID ? "".$comment_author_name."" : $comment_author_name); //comment text