Ignore:
Timestamp:
Mar 23, 2010, 12:08:09 PM (14 years ago)
Author:
patdenice
Message:

Avoid error if creation date calendar is empty.
Avoid error on picture_modify.php if creation date is not correct.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/admin/picture_modify.php

    r5196 r5283  
    6060    and 'set' == $_POST['date_creation_action'])
    6161{
    62   if (!checkdate(
     62  if (!@checkdate(
    6363        $_POST['date_creation_month'],
    6464        $_POST['date_creation_day'],
Note: See TracChangeset for help on using the changeset viewer.