aboutsummaryrefslogtreecommitdiffstats
path: root/comments.php
diff options
context:
space:
mode:
authorrvelices <rv-github@modusoptimus.com>2014-07-07 21:36:23 +0000
committerrvelices <rv-github@modusoptimus.com>2014-07-07 21:36:23 +0000
commita7e57cf852cdea395c5f6e75fdd82e3941383acb (patch)
treebeb40712d7392163ad9c80a97577fddf90d51332 /comments.php
parent5dac760ce7bb460b0e1877de6686cf8c7c5f4cb6 (diff)
feature 2807: fix bugs on comments format_date
git-svn-id: http://piwigo.org/svn/trunk@28995 68402e56-0260-453c-a942-63ccdbb3a9ee
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 16c6fcff1..d21b7bb83 100644
--- a/comments.php
+++ b/comments.php
@@ -485,7 +485,7 @@ SELECT *
'ALT' => $name,
'AUTHOR' => trigger_change('render_comment_author', $comment['author']),
'WEBSITE_URL' => $comment['website_url'],
- 'DATE'=>format_date($comment['date'], true),
+ 'DATE'=>format_date($comment['date']).' '.substr($comment['date'],11,4),
'CONTENT'=>trigger_change('render_comment_content',$comment['content']),
);