aboutsummaryrefslogtreecommitdiffstats
path: root/comments.php
diff options
context:
space:
mode:
Diffstat (limited to 'comments.php')
-rw-r--r--comments.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/comments.php b/comments.php
index 3ec5f273d..3b637e7f8 100644
--- a/comments.php
+++ b/comments.php
@@ -364,7 +364,7 @@ SELECT id, name, permalink, uppercats
'TN_SRC' => $thumbnail_src,
'ALT' => $name,
'AUTHOR' => trigger_event('render_comment_author', $author),
- 'DATE'=>format_date($comment['date'],'mysql_datetime',true),
+ 'DATE'=>format_date($comment['date'], true),
'CONTENT'=>trigger_event('render_comment_content',$comment['content']),
);