Ignore:
Timestamp:
Jan 27, 2014 5:52:20 PM (10 years ago)
Author:
anonymous
Message:

Revent null values going to validateStrDate

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/lib/Validator.inc.php

    r457 r459  
    218218    /**
    219219     * Verifies that date can be processed by the strtotime function.
     220     * Empty strings are considered valid. Other values are tested on their return value from strtotime(). Null values will fail.
    220221     *
    221222     * @param  string  $val The input data to validate.
Note: See TracChangeset for help on using the changeset viewer.