mirror of
https://github.com/Piwigo/Piwigo.git
synced 2026-08-07 09:13:02 +02:00
feature 2807: fix bugs on comments format_date
git-svn-id: http://piwigo.org/svn/trunk@28995 68402e56-0260-453c-a942-63ccdbb3a9ee
This commit is contained in:
+1
-1
@@ -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']),
|
||||
);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user