wrong operator
authorjeff <jeff>
Mon, 16 Feb 2009 05:59:44 +0000 (05:59 +0000)
committerjeff <jeff>
Mon, 16 Feb 2009 05:59:44 +0000 (05:59 +0000)
FS/FS/cust_tax_location.pm

index 16a79db..7a6af34 100644 (file)
@@ -221,7 +221,7 @@ sub batch_import {
       $hash->{'data_vendor'} = 'cch-zip';
       delete($hash->{$_}) foreach qw( countyfips countydef unique );
 
-      $hash->{'cityflag'} = s/ //g;
+      $hash->{'cityflag'} =~ s/ //g;
 
       if (exists($hash->{actionflag}) && $hash->{actionflag} eq 'D') {
         delete($hash->{actionflag});