aboutsummaryrefslogtreecommitdiffstats
path: root/include/picture_comment.inc.php
diff options
context:
space:
mode:
Diffstat (limited to 'include/picture_comment.inc.php')
-rw-r--r--include/picture_comment.inc.php5
1 files changed, 2 insertions, 3 deletions
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']),
);