- removed second parameter $type from function format_date

git-svn-id: http://piwigo.org/svn/trunk@3122 68402e56-0260-453c-a942-63ccdbb3a9ee
This commit is contained in:
rvelices
2009-02-04 02:41:03 +00:00
parent 06bccdfcc3
commit e8dac75c40
8 changed files with 13 additions and 19 deletions
+1 -1
View File
@@ -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']),
);