X-Git-Url: http://git.pippins.net/embedvideo/.git/static/git-logo.png?a=blobdiff_plain;f=inc%2Fclass.eq.inc.php;h=aa604813f5caea63353973e289acd3d4093c6bc4;hb=0ba310089373dd8c0ddb7091c56a5b7c15c249b2;hp=3478b4c36014dcbbaeda88919dc97a9909b0c352;hpb=756a3b9521f0e66d455a7a0306a182feb7e9d6e1;p=eq%2F.git diff --git a/inc/class.eq.inc.php b/inc/class.eq.inc.php index 3478b4c..aa60481 100644 --- a/inc/class.eq.inc.php +++ b/inc/class.eq.inc.php @@ -216,6 +216,7 @@ class eq // Get the names of the families assigned this home teaching companionship $sql = "SELECT * from eq_family where valid=1 AND companionship=".$unique_companionships[$j]['companionship']; + $sql = $sql . " ORDER BY name ASC"; $this->db->query($sql,__LINE__,__FILE__); $k=0; while ($this->db->next_record()) @@ -441,6 +442,7 @@ class eq // Get the names of the families assigned this home teaching companionship $sql = "SELECT * from eq_family where valid=1 AND companionship=".$unique_companionships[$j]['companionship']; + $sql = $sql . " ORDER BY name ASC"; $this->db->query($sql,__LINE__,__FILE__); while ($this->db->next_record()) {