Changeset 2422

Show
Ignore:
Timestamp:
05/21/08 19:12:32 (19 months ago)
Author:
bchoate
Message:

Removed ts2db calls for date range (should be applied by driver when SQL is generated). BugId:79863

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • branches/release-38/lib/MT/App/CMS.pm

    r2288 r2422  
    815815                    $to = undef unless $to =~ m/^\d{8}$/; 
    816816                    $to .= '235959'; 
    817                     $terms->{authored_on} = 
    818                       [ MT::Object::ts2db($from), MT::Object::ts2db($to) ]; 
     817                    $terms->{authored_on} = [ $from, $to ]; 
    819818                    $args->{range_incl}{authored_on} = 1; 
    820819                },