Changeset 2422
- Timestamp:
- 05/21/08 19:12:32 (19 months ago)
- Files:
-
- 1 modified
-
branches/release-38/lib/MT/App/CMS.pm (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
branches/release-38/lib/MT/App/CMS.pm
r2288 r2422 815 815 $to = undef unless $to =~ m/^\d{8}$/; 816 816 $to .= '235959'; 817 $terms->{authored_on} = 818 [ MT::Object::ts2db($from), MT::Object::ts2db($to) ]; 817 $terms->{authored_on} = [ $from, $to ]; 819 818 $args->{range_incl}{authored_on} = 1; 820 819 },
