From 9a817a3f2bdfc8ea14f7ebd66fc53f48ad3ca5f8 Mon Sep 17 00:00:00 2001 From: e107steved Date: Tue, 3 Nov 2009 20:57:10 +0000 Subject: [PATCH] Return comment author ID with comments - specially for Luceos --- e107_handlers/comment_class.php | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/e107_handlers/comment_class.php b/e107_handlers/comment_class.php index cdf335807..59a6d4132 100644 --- a/e107_handlers/comment_class.php +++ b/e107_handlers/comment_class.php @@ -11,8 +11,8 @@ | GNU General Public License (http://gnu.org). | | $Source: /cvs_backup/e107_0.8/e107_handlers/comment_class.php,v $ - | $Revision: 1.30 $ - | $Date: 2009-11-01 20:21:13 $ + | $Revision: 1.31 $ + | $Date: 2009-11-03 20:57:10 $ | $Author: e107steved $ +----------------------------------------------------------------------------+ */ @@ -871,6 +871,7 @@ class comment $ret['comment_datestamp'] = $row['comment_datestamp']; //author - no ned to split now $comment_author_id = $row['comment_author_id']; + $ret['comment_author_id'] = $comment_author_id ; $comment_author_name = $row['comment_author_name']; $ret['comment_author'] = (USERID ? "".$comment_author_name."" : $comment_author_name); //comment text