aboutsummaryrefslogtreecommitdiffstats
path: root/comments.php
diff options
context:
space:
mode:
authorrvelices <rv-github@modusoptimus.com>2009-02-04 02:41:03 +0000
committerrvelices <rv-github@modusoptimus.com>2009-02-04 02:41:03 +0000
commite8dac75c400dea48b97fe72a60cf554f0123c280 (patch)
treeba665c8016dacfe7030ab2a8826d8c16363a21ff /comments.php
parent06bccdfcc344d25aca27e59250dd93ba95929974 (diff)
- removed second parameter $type from function format_date
git-svn-id: http://piwigo.org/svn/trunk@3122 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 3ec5f273d..3b637e7f8 100644
--- a/comments.php
+++ b/comments.php
@@ -364,7 +364,7 @@ SELECT id, name, permalink, uppercats
'TN_SRC' => $thumbnail_src,
'ALT' => $name,
'AUTHOR' => trigger_event('render_comment_author', $author),
- 'DATE'=>format_date($comment['date'],'mysql_datetime',true),
+ 'DATE'=>format_date($comment['date'], true),
'CONTENT'=>trigger_event('render_comment_content',$comment['content']),
);