From a7e57cf852cdea395c5f6e75fdd82e3941383acb Mon Sep 17 00:00:00 2001 From: rvelices Date: Mon, 7 Jul 2014 21:36:23 +0000 Subject: feature 2807: fix bugs on comments format_date git-svn-id: http://piwigo.org/svn/trunk@28995 68402e56-0260-453c-a942-63ccdbb3a9ee --- include/picture_comment.inc.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'include/picture_comment.inc.php') 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'], ); -- cgit v1.2.3