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=f3d124f5db390ef4aeeabe07408c6d1e9e838ca4;hpb=b026755252fca1785c3162702e392cc0ef2c2a89;p=eq%2F.git diff --git a/inc/class.eq.inc.php b/inc/class.eq.inc.php index f3d124f..aa60481 100644 --- a/inc/class.eq.inc.php +++ b/inc/class.eq.inc.php @@ -43,10 +43,10 @@ class eq function eq() { - $this->default_ht_num_months = 1; - $this->default_ppi_num_months = 1; + $this->default_ht_num_months = 3; + $this->default_ppi_num_months = 3; $this->default_ppi_num_years = 0; - $this->default_att_num_months = 1; + $this->default_att_num_months = 3; $this->db = $GLOBALS['phpgw']->db; $this->db2 = $this->db; @@ -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()) {