Changeset 2597

Show
Ignore:
Timestamp:
06/18/08 07:17:13 (20 months ago)
Author:
fumiakiy
Message:

The same fix as in r2422 should have been applied to the comment filter as well. BugId:80218

Files:
1 modified

Legend:

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

    r2575 r2597  
    10601060                    $to .= '235959'; 
    10611061                    $terms->{junk_status} = MT::Comment::NOT_JUNK(); 
    1062                     $terms->{created_on} = 
    1063                       [ MT::Object::ts2db($from), MT::Object::ts2db($to) ]; 
     1062                    $terms->{created_on} = [ $from, $to ]; 
    10641063                    $args->{range_incl}{created_on} = 1; 
    10651064                },