From: Ben Ostrowsky Date: Wed, 20 Jul 2011 13:06:29 +0000 (+0000) Subject: Added --believegn flag to believe Geonames over patron data where they conflict X-Git-Url: http://git.equinoxoli.org/?p=migration-tools.git;a=commitdiff_plain;h=cc369f7fb5b7927528ce3ad041f14686675a970f;hp=8d1dd4148a2ed672e53067901d2d823249ff8a6f Added --believegn flag to believe Geonames over patron data where they conflict --- diff --git a/enrich_zips b/enrich_zips index 8f51a62..3c52e24 100755 --- a/enrich_zips +++ b/enrich_zips @@ -71,7 +71,7 @@ while (<>) { if ($makezips) { if ($city ne $dbcity || $state ne $dbstate) { if ($believegn) { - $city = $dbcity; + $city = $dbcity; $state = $dbstate; } }