X-Git-Url: http://git.pippins.net/embedvideo/.git/static/images/checkmark.gif?a=blobdiff_plain;f=inc%2Fclass.tc.inc.php;h=13fd2d54c45bc88abb7d19ebde4f1b65db64fcd1;hb=2170507af3edb44973e565d117499b6fd9c61e14;hp=031d19fcfc19fa6f0df09b675b14ce72a35d041c;hpb=a7dc2d93b41c38fb9d80f7547a06706e3904e8ab;p=eq%2F.git diff --git a/inc/class.tc.inc.php b/inc/class.tc.inc.php index 031d19f..13fd2d5 100644 --- a/inc/class.tc.inc.php +++ b/inc/class.tc.inc.php @@ -3570,7 +3570,7 @@ class tc $header_row.= "Location"; $table_data = ""; - $sql = "SELECT * FROM tc_presidency where valid=1"; + $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()) {