From 9ff7ab03a8ec8c012fbfadff281901fc2881deb9 Mon Sep 17 00:00:00 2001 From: mistic100 Date: Tue, 8 Jul 2014 19:00:47 +0000 Subject: feature:2807 better fix for svn:28995 git-svn-id: http://piwigo.org/svn/trunk@29008 68402e56-0260-453c-a942-63ccdbb3a9ee --- admin/comments.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'admin/comments.php') diff --git a/admin/comments.php b/admin/comments.php index e00889d7a..7a5ec4642 100644 --- a/admin/comments.php +++ b/admin/comments.php @@ -201,7 +201,7 @@ while ($row = pwg_db_fetch_assoc($result)) 'ID' => $row['id'], 'TN_SRC' => $thumb, 'AUTHOR' => trigger_change('render_comment_author', $author_name), - 'DATE' => format_date($row['date']).' '.substr($row['date'],11,4), + 'DATE' => format_date($row['date'], array('day_name','day','month','year','time')), 'CONTENT' => trigger_change('render_comment_content',$row['content']), 'IS_PENDING' => ('false' == $row['validated']), ) -- cgit v1.2.3