- 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:
parent
06bccdfcc3
commit
e8dac75c40
8 changed files with 13 additions and 19 deletions
|
|
@ -813,7 +813,7 @@ if (!empty($picture['current']['date_creation']))
|
|||
}
|
||||
|
||||
// date of availability
|
||||
$val = format_date($picture['current']['date_available'], 'mysql_datetime');
|
||||
$val = format_date($picture['current']['date_available']);
|
||||
$url = make_index_url(
|
||||
array(
|
||||
'chronology_field'=>'posted',
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue