- 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
commit e8dac75c40
8 changed files with 13 additions and 19 deletions

View file

@ -241,8 +241,7 @@ $template->assign(
'FILESIZE' => @$row['filesize'].' KB',
'REGISTRATION_DATE' =>
format_date($row['date_available'], 'mysql_datetime', false),
'REGISTRATION_DATE' => format_date($row['date_available']),
'AUTHOR' => isset($_POST['author']) ? $_POST['author'] : @$row['author'],