From 7de71664eadedf8c057de6e534ecbbc9869c25a5 Mon Sep 17 00:00:00 2001 From: Owen Leonard Date: Sat, 18 Sep 2010 22:45:25 -0600 Subject: [PATCH] found one more place where we reference eq - this is the last one that grep finds --- bin/import_ward_data | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bin/import_ward_data b/bin/import_ward_data index 800f28e..b5847c7 100755 --- a/bin/import_ward_data +++ b/bin/import_ward_data @@ -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(); -- 2.34.1