removed more references to EQ
[eq/.git] / bin / import_ward_data
index da32a0d873dd05996bf3b58bb9bea2a40bfe8e35..57a7f51ae7dcc9fd5bbca49a35b6425a8c5149b8 100755 (executable)
@@ -116,8 +116,8 @@ sub print_hash
 #| priesthood  | enum             | YES  |     | NULL    |                |
 #| ppi_pri     | int(10) unsigned | YES  |     | 1       |                |
 #| ppi_notes   | varchar(128)     | YES  |     | NULL    |                |
-#| int_pri     | int(10) unsigned | YES  |     | 1       |                |
-#| int_notes   | varchar(128)     | YES  |     | NULL    |                |
+#| hti_pri     | int(10) unsigned | YES  |     | 1       |                |
+#| hti_notes   | varchar(128)     | YES  |     | NULL    |                |
 #| attending   | tinyint(1)       | YES  |     | 0       |                |
 #| valid       | tinyint(1)       | YES  |     | NULL    |                |
 #+-------------+------------------+------+-----+---------+----------------+
@@ -474,7 +474,7 @@ sub update_tc_visit_table
                #print "family_id = $family_id\n";
                #print "comp_id = $comp_id\n";
                
-               # ignore visits that weren't done by the EQ
+               # ignore visits that weren't done by the quorum
                if ($comp_id == 0) { next; }
                
                # retrieve the month header if not already done