- Timestamp:
- Mar 23, 2010, 12:08:09 PM (15 years ago)
- Location:
- trunk
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/admin/picture_modify.php
r5196 r5283 60 60 and 'set' == $_POST['date_creation_action']) 61 61 { 62 if (! checkdate(62 if (!@checkdate( 63 63 $_POST['date_creation_month'], 64 64 $_POST['date_creation_day'], -
trunk/include/functions_calendar.inc.php
r5196 r5283 293 293 function array_to_int($array) 294 294 { 295 $result = array(); 295 296 foreach ($array as $k => $v) 296 297 {
Note: See TracChangeset
for help on using the changeset viewer.