fix noisy but harmless redeclaration
authorjeff <jeff>
Mon, 5 Apr 2010 12:24:59 +0000 (12:24 +0000)
committerjeff <jeff>
Mon, 5 Apr 2010 12:24:59 +0000 (12:24 +0000)
FS/FS/part_export/dashcs_e911.pm

index a0c3a6d..320d0a6 100644 (file)
@@ -60,7 +60,7 @@ sub _export_insert {
     'location' => $location,
   };
 
-  my $error_or_ref = dash_command($opts, 'addLocation', $arg );
+  $error_or_ref = dash_command($opts, 'addLocation', $arg );
   return $error_or_ref unless ref($error_or_ref);
 
   my $id = $error_or_ref->get_Location->get_locationid;