From: Owen Leonard Date: Sun, 19 Sep 2010 04:45:25 +0000 (-0600) Subject: found one more place where we reference eq - this is the last one that grep finds X-Git-Tag: release_1_0_0~20 X-Git-Url: http://git.pippins.net/embedvideo/.git/static/git-logo.png?a=commitdiff_plain;h=7de71664eadedf8c057de6e534ecbbc9869c25a5;hp=cd2ee79a8dc8b49eadf47c7405d0b1e66ecabdca;p=eq%2F.git found one more place where we reference eq - this is the last one that grep finds --- 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();