Changeset 2500 for branches/release-39/lib/MT/ArchiveType/AuthorYearly.pm
- Timestamp:
- 06/04/08 01:21:49 (18 months ago)
- Files:
-
- 1 modified
Legend:
- Unmodified
- Added
- Removed
-
branches/release-39/lib/MT/ArchiveType/AuthorYearly.pm
r2401 r2500 123 123 { 124 124 group => ["extract(year from authored_on)"], 125 'sort' => "extract(year from authored_on) $order"125 'sort' => [ { column => "extract(year from authored_on)", desc => $order } ] 126 126 } 127 127 ) or return $ctx->error("Couldn't get monthly archive list");
