From a17a81ddd74219b4057b505b7fb12146e026d298 Mon Sep 17 00:00:00 2001 From: jeff Date: Mon, 5 Apr 2010 12:24:59 +0000 Subject: [PATCH] fix noisy but harmless redeclaration --- FS/FS/part_export/dashcs_e911.pm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/FS/FS/part_export/dashcs_e911.pm b/FS/FS/part_export/dashcs_e911.pm index a0c3a6d6a..320d0a67b 100644 --- a/FS/FS/part_export/dashcs_e911.pm +++ b/FS/FS/part_export/dashcs_e911.pm @@ -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; -- 2.11.0