Ignore:
Timestamp:
Oct 12, 2007 6:40:28 AM (17 years ago)
Author:
quinn
Message:

Removed escapeString from the printing of the sort order string. This string should contain raw-sql and quoting it can break things.

File:
1 edited

Legend:

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

    r279 r281  
    206206        $app =& App::getInstance();
    207207       
     208        if ('' == trim($val)) {
     209            // Don't be too bothered about empty strings.
     210            return true;
     211        }
     212
    208213        $timestamp = strtotime($val);
    209214        // Return values change between php4 and php5.
Note: See TracChangeset for help on using the changeset viewer.