Changeset 5288
- Timestamp:
- 03/23/10 18:38:55 (3 years ago)
- Files:
-
- 1 modified
-
trunk/admin/picture_modify.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/admin/picture_modify.php
r5283 r5288 60 60 and 'set' == $_POST['date_creation_action']) 61 61 { 62 if (!@checkdate( 63 $_POST['date_creation_month'], 64 $_POST['date_creation_day'], 65 $_POST['date_creation_year']) 62 if (!is_numeric($_POST['date_creation_year']) 63 or !checkdate( 64 $_POST['date_creation_month'], 65 $_POST['date_creation_day'], 66 $_POST['date_creation_year']) 66 67 ) 67 68 {
![(please configure the [header_logo] section in trac.ini)](http://piwigo.org/screenshots/piwigo_logo_on_white.png)