diff options
author | rvelices <rv-github@modusoptimus.com> | 2009-02-04 02:41:03 +0000 |
---|---|---|
committer | rvelices <rv-github@modusoptimus.com> | 2009-02-04 02:41:03 +0000 |
commit | e8dac75c400dea48b97fe72a60cf554f0123c280 (patch) | |
tree | ba665c8016dacfe7030ab2a8826d8c16363a21ff /picture.php | |
parent | 06bccdfcc344d25aca27e59250dd93ba95929974 (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 '')
-rw-r--r-- | picture.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/picture.php b/picture.php index d44effad9..28e11e3e3 100644 --- a/picture.php +++ b/picture.php @@ -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', |