diff options
author | ivan <ivan> | 2009-06-30 11:09:23 +0000 |
---|---|---|
committer | ivan <ivan> | 2009-06-30 11:09:23 +0000 |
commit | b769174d6b1f1a7372298e05165ca6c21e3a0620 (patch) | |
tree | b9aad860874ba4632686ca36309c2960ada1c0a5 | |
parent | ef49390629d8bd97cc4f607b559c9552aa86b482 (diff) |
this will help
-rw-r--r-- | FS/FS/part_export/netsapiens.pm | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/FS/FS/part_export/netsapiens.pm b/FS/FS/part_export/netsapiens.pm index a1957d46d..eea2509cc 100644 --- a/FS/FS/part_export/netsapiens.pm +++ b/FS/FS/part_export/netsapiens.pm @@ -41,7 +41,7 @@ sub ns_device_command { $self->_ns_command('device', @_); } -sub ns_command { +sub _ns_command { my( $self, $prefix, $method, $command ) = splice(@_,0,4); eval 'use REST::Client'; @@ -281,7 +281,6 @@ sub export_device_delete { ''; - } |