mirror of
https://github.com/Piwigo/Piwigo.git
synced 2026-08-02 15:03:29 +02:00
Corretion of PHP warnings
git-svn-id: http://piwigo.org/svn/branches/release-1_3@279 68402e56-0260-453c-a942-63ccdbb3a9ee
This commit is contained in:
@@ -431,7 +431,7 @@ function update_category( $id = 'all' )
|
||||
function check_date_format( $date )
|
||||
{
|
||||
// date arrives at this format : DD/MM/YYYY
|
||||
list($day,$month,$year) = explode( '/', $date );
|
||||
@list($day,$month,$year) = explode( '/', $date );
|
||||
return @checkdate( $month, $day, $year );
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user