found one more place where we reference eq - this is the last one that grep finds
authorOwen Leonard <owen@balawis.leonard.fam>
Sun, 19 Sep 2010 04:45:25 +0000 (22:45 -0600)
committerOwen Leonard <owen@balawis.leonard.fam>
Sun, 19 Sep 2010 04:45:25 +0000 (22:45 -0600)
bin/import_ward_data

index 800f28e7092d91da5d23519b939e1f59edd3cfa0..b5847c7fe047bc554f0bbb6529095b50a19e5db9 100755 (executable)
@@ -690,7 +690,7 @@ if($opt_v) {
 
 if($opt_s) { $dbh->disconnect(); exit; }
 
-# Now update the various eq DB tables
+# Now update the various DB tables
 &update_tc_calling_table();
 &update_tc_individual_table();
 &update_tc_companionship_table();