fixed import of ht stats so it doesn't include last month since that is always No...
[eq/.git] / inc / class.tc.inc.php
index 156f1ba8a4c3a8109d45066006e8cf2985f366e5..54283fc37655e35006ab5942820ef5875eda1d9d 100644 (file)
@@ -2101,7 +2101,7 @@ class tc
                        foreach ($new_data as $entry) {
                                $visit_notes = $entry['notes'];
                                $family = $entry['family_id'];
-                               $visit_pri = $entry['pri'];
+                               $visit_pri = $entry['pri'];
                                // Perform database save actions here
                                $this->db->query("SELECT * FROM tc_family WHERE family='$family'",__LINE__,__FILE__);
                                if ($this->db->next_record()) {