X-Git-Url: http://git.pippins.net/embedvideo/.git/?a=blobdiff_plain;f=inc%2Fclass.tc.inc.php;h=ee67be5bd7df148928555b39907831adff17838a;hb=c4661380990db4b88dceb39dd28bd63c4d793ade;hp=07c0b0e06e97ea6d00a60d641be19ebe2df4867c;hpb=1381b155da2a2ee5cb182f4e8d73108ce9e2175d;p=eq%2F.git diff --git a/inc/class.tc.inc.php b/inc/class.tc.inc.php index 07c0b0e..ee67be5 100644 --- a/inc/class.tc.inc.php +++ b/inc/class.tc.inc.php @@ -3503,7 +3503,6 @@ class tc $this->db->query($sql,__LINE__,__FILE__); $i=0; while ($this->db->next_record()) { - $calling[$i]['id'] = $this->db->f('individual'); $calling[$i]['name'] = $this->db->f('name'); $calling[$i]['position'] = $this->db->f('position'); $calling[$i]['sustained'] = $this->db->f('sustained'); @@ -3525,11 +3524,10 @@ class tc } # Display a list ordered by organization - $sql = "SELECT * FROM tc_calling ORDER BY sequence ASC"; + $sql = "SELECT * FROM tc_calling ORDER BY organization ASC"; $this->db->query($sql,__LINE__,__FILE__); $i=0; while ($this->db->next_record()) { - $calling[$i]['id'] = $this->db->f('individual'); $calling[$i]['name'] = $this->db->f('name'); $calling[$i]['position'] = $this->db->f('position'); $calling[$i]['sustained'] = $this->db->f('sustained');