From 79823554024abf506ca36d5ad658be305acd9161 Mon Sep 17 00:00:00 2001 From: mistic100 Date: Sat, 4 Jun 2011 21:05:28 +0000 Subject: transmit comment ID to template on comments and picture_comment git-svn-id: http://piwigo.org/svn/trunk@11236 68402e56-0260-453c-a942-63ccdbb3a9ee --- include/picture_comment.inc.php | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) (limited to 'include') diff --git a/include/picture_comment.inc.php b/include/picture_comment.inc.php index e40a11f09..ec92594e8 100644 --- a/include/picture_comment.inc.php +++ b/include/picture_comment.inc.php @@ -167,10 +167,9 @@ SELECT $tpl_comment = array( + 'ID' => $row['id'], 'AUTHOR' => trigger_event('render_comment_author', $author), - - 'DATE' => format_date( $row['date'], true), - + 'DATE' => format_date($row['date'], true), 'CONTENT' => trigger_event('render_comment_content',$row['content']), ); -- cgit v1.2.3