From fb6f27db39b0fbc23a08eec3105d14143d42d32a Mon Sep 17 00:00:00 2001 From: mattf Date: Thu, 23 Nov 2006 03:16:09 +0000 Subject: [PATCH] small change to ADMIN_adjust_GMTnow script git-svn-id: svn://192.168.202.10@404 3d104415-ff17-0410-8863-d5cf3c621b8a --- agc_2-X/trunk/bin/ADMIN_adjust_GMTnow_on_leads.pl | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/agc_2-X/trunk/bin/ADMIN_adjust_GMTnow_on_leads.pl b/agc_2-X/trunk/bin/ADMIN_adjust_GMTnow_on_leads.pl index b8d14758..c48f3a6d 100644 --- a/agc_2-X/trunk/bin/ADMIN_adjust_GMTnow_on_leads.pl +++ b/agc_2-X/trunk/bin/ADMIN_adjust_GMTnow_on_leads.pl @@ -243,7 +243,7 @@ if ($DB) {print "SEED TIME $secX : $year-$mon-$mday $hour:$min:$sec LOC { @aryA = $sthA->fetchrow_array; - $postalfile[$rec_countT] = "$aryA[0]\t$aryA[1]\t$aryA[2]\t$aryA[3]\t$aryA[4]\t$aryA[5]\t$aryA[6]\n"; + $postalfile[$rec_countT] = "$aryA[0]\t$aryA[1]\t$aryA[2]\t$aryA[3]\t$aryA[4]\t$aryA[5]\t$aryA[6]"; $rec_countT++; } @@ -297,7 +297,7 @@ foreach (@phone_codes) if (!$rec_countZ) { - if ($DB) {print " IGNORING: $codefile[$e]\n";} + # if ($DB) {print " IGNORING: $codefile[$e]\n";} $ei++; } else @@ -414,7 +414,7 @@ foreach (@phone_codes) } else { - if ($DBX) {print " IGNORING: $codefile[$e]\n";} + # if ($DBX) {print " IGNORING: $codefile[$e]\n";} $ei++; } $e++; @@ -430,7 +430,7 @@ foreach (@phone_codes) foreach (@postalfile) { chomp($postalfile[$e]); - if ($postalfile[$e] =~ /\t$match_code\n$/) + if ($postalfile[$e] =~ /\t$match_code$/) { @m = split(/\t/, $postalfile[$e]); $postal_code = $m[0]; @@ -453,7 +453,7 @@ foreach (@phone_codes) if (!$rec_countZ) { - if ($DB) {print " IGNORING: $postalfile[$e]\n";} + # if ($DB) {print " IGNORING: $postalfile[$e]\n";} $ei++; } else @@ -570,7 +570,7 @@ foreach (@phone_codes) } else { - if ($DBX) {print " IGNORING: $postalfile[$e]\n";} + # if ($DBX) {print " IGNORING: $postalfile[$e]\n";} $ei++; } $e++;