[freeside-commits] freeside/FS/FS/part_export dashcs_e911.pm, 1.1.2.2, 1.1.2.3
Jeff Finucane,420,,
jeff at wavetail.420.am
Mon Apr 5 05:25:20 PDT 2010
Update of /home/cvs/cvsroot/freeside/FS/FS/part_export
In directory wavetail.420.am:/tmp/cvs-serv20047
Modified Files:
Tag: FREESIDE_1_9_BRANCH
dashcs_e911.pm
Log Message:
fix noisy but harmless redeclaration
Index: dashcs_e911.pm
===================================================================
RCS file: /home/cvs/cvsroot/freeside/FS/FS/part_export/dashcs_e911.pm,v
retrieving revision 1.1.2.2
retrieving revision 1.1.2.3
diff -u -w -d -r1.1.2.2 -r1.1.2.3
--- dashcs_e911.pm 31 Mar 2010 15:49:08 -0000 1.1.2.2
+++ dashcs_e911.pm 5 Apr 2010 12:25:18 -0000 1.1.2.3
@@ -60,7 +60,7 @@
'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;
More information about the freeside-commits
mailing list