MTrackWeb.php
authorAlan Knowles <alan@akbkhome.com>
Thu, 14 Apr 2011 03:37:34 +0000 (11:37 +0800)
committerAlan Knowles <alan@akbkhome.com>
Thu, 14 Apr 2011 03:37:34 +0000 (11:37 +0800)
MTrackWeb.php

index ed7353b..fca72ec 100644 (file)
@@ -141,7 +141,7 @@ class MTrackWeb extends HTML_FlexyFramework_Page
             
             $p->applyFilters(array(), $this->authUser);
             $p->whereAdd('id in (SELECT distinct(project_id) FROM mtrack_repos)');
-            $p->orderBy('Projects.name DESC');
+            $p->orderBy('Projects.name ASC');
             $ar = $p->fetchAll('id', 'name');
         }