Ignore:
Timestamp:
May 3, 2014 11:09:03 PM (10 years ago)
Author:
anonymous
Message:

Convert tabs to spaces, and lineendings to LF in all files.

File:
1 edited

Legend:

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

    r470 r479  
    251251    static public function validateStrDate($val)
    252252    {
    253         if (is_string($val) && '' === trim($val)) {
    254             // Don't be too bothered about empty strings.
    255             return true;
    256         }
     253        if (is_string($val) && '' === trim($val)) {
     254            // Don't be too bothered about empty strings.
     255            return true;
     256        }
    257257
    258258        $timestamp = strtotime($val);
Note: See TracChangeset for help on using the changeset viewer.