diff options
author | mistic100 <mistic@piwigo.org> | 2014-07-08 19:00:47 +0000 |
---|---|---|
committer | mistic100 <mistic@piwigo.org> | 2014-07-08 19:00:47 +0000 |
commit | 9ff7ab03a8ec8c012fbfadff281901fc2881deb9 (patch) | |
tree | 66ab763562b26b88f60fef1008dabbc2976058d5 /comments.php | |
parent | 1efc0eb46047957e69a6c686286c4ee032f86431 (diff) |
feature:2807 better fix for svn:28995
git-svn-id: http://piwigo.org/svn/trunk@29008 68402e56-0260-453c-a942-63ccdbb3a9ee
Diffstat (limited to 'comments.php')
-rw-r--r-- | comments.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/comments.php b/comments.php index d21b7bb83..c3c470256 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']).' '.substr($comment['date'],11,4), + 'DATE'=>format_date($comment['date'], array('day_name','day','month','year','time')), 'CONTENT'=>trigger_change('render_comment_content',$comment['content']), ); |