Changed default months being shown to 3.
[eq/.git] / inc / class.eq.inc.php
index f3d124f5db390ef4aeeabe07408c6d1e9e838ca4..3478b4c36014dcbbaeda88919dc97a9909b0c352 100644 (file)
@@ -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;