Skip to content

Commit

Permalink
Order in other direction.
Browse files Browse the repository at this point in the history
  • Loading branch information
samwilson committed Oct 14, 2012
1 parent c53d526 commit ec176f4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion application/classes/controller/index.php
Expand Up @@ -87,7 +87,7 @@ public function action_index()
->or_where_close()
->and_where(DB::expr('YEAR(date_and_time)'), '=', $year)
->and_where(DB::expr('MONTH(date_and_time)'), '=', $month)
->order_by('date_and_time', 'ASC');
->order_by('date_and_time', 'DESC');
$this->view->photos = $imgs->find_all();

// Title
Expand Down

0 comments on commit ec176f4

Please sign in to comment.