diff options
Diffstat (limited to 'include/picture_comment.inc.php')
-rw-r--r-- | include/picture_comment.inc.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/picture_comment.inc.php b/include/picture_comment.inc.php index cd4eda724..483223089 100644 --- a/include/picture_comment.inc.php +++ b/include/picture_comment.inc.php @@ -182,7 +182,7 @@ SELECT array( 'ID' => $row['id'], 'AUTHOR' => trigger_change('render_comment_author', $row['author']), - 'DATE' => format_date($row['date'], true), + 'DATE' => format_date($row['date']).' '.substr($row['date'],11,4), 'CONTENT' => trigger_change('render_comment_content',$row['content']), 'WEBSITE_URL' => $row['website_url'], ); |