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