From 52281b5f44f000ea3b10c32a7039a32669d0b47b Mon Sep 17 00:00:00 2001 From: rvelices Date: Wed, 4 Feb 2009 02:42:17 +0000 Subject: merge r3122 from trunk - removed second parameter $type from function format_date git-svn-id: http://piwigo.org/svn/branches/2.0@3123 68402e56-0260-453c-a942-63ccdbb3a9ee --- picture.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'picture.php') 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', -- cgit v1.2.3