forgot to sort by name
authorOwen Leonard <owen@balawis.leonard.fam>
Wed, 15 Sep 2010 06:27:55 +0000 (00:27 -0600)
committerOwen Leonard <owen@balawis.leonard.fam>
Wed, 15 Sep 2010 06:27:55 +0000 (00:27 -0600)
inc/class.tc.inc.php

index ac8fd709c687d16791243295e81cac7212ba62bd..13fd2d54c45bc88abb7d19ebde4f1b65db64fcd1 100644 (file)
@@ -3570,7 +3570,7 @@ class tc
                $header_row.= "<th width=$location_width><font size=-2>Location</th>";
                $table_data = "";
 
-               $sql = "SELECT * FROM tc_presidency where valid=1 GROUP BY indiv";
+               $sql = "SELECT * FROM tc_presidency where valid=1 GROUP BY indiv ORDER BY name ASC";
                $this->db->query($sql,__LINE__,__FILE__);
                $i=0;
                while ($this->db->next_record()) {