From cc369f7fb5b7927528ce3ad041f14686675a970f Mon Sep 17 00:00:00 2001 From: Ben Ostrowsky Date: Wed, 20 Jul 2011 13:06:29 +0000 Subject: [PATCH] Added --believegn flag to believe Geonames over patron data where they conflict --- enrich_zips | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) 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; } } -- 1.7.2.5