Changeset 2500 for branches/release-39/lib/MT/ArchiveType/CategoryDaily.pm
- Timestamp:
- 06/04/08 01:21:49 (18 months ago)
- Files:
-
- 1 modified
Legend:
- Unmodified
- Added
- Removed
-
branches/release-39/lib/MT/ArchiveType/CategoryDaily.pm
r2399 r2500 127 127 "extract(day from authored_on)" 128 128 ], 129 sort => "extract(year from authored_on) $order, 130 extract(month from authored_on) $order, 131 extract(day from authored_on) $order", 129 sort => [ 130 { column => "extract(year from authored_on)", desc => $order }, 131 { column => "extract(month from authored_on)", desc => $order }, 132 { column => "extract(day from authored_on)", desc => $order }, 133 ], 132 134 'join' => 133 135 [ 'MT::Placement', 'entry_id', { category_id => $c->id } ]
