diff options
author | ivan <ivan> | 2005-01-05 03:01:18 +0000 |
---|---|---|
committer | ivan <ivan> | 2005-01-05 03:01:18 +0000 |
commit | 06ca1a12c7b613571f7a611e05bb2a318eb4fabc (patch) | |
tree | c1f10b70e9962d182a18fda2272e52d909bbba8b /FS | |
parent | b1195ad27d3176d2d42f293a9d5780ad96772c5d (diff) |
missing underscore!
Diffstat (limited to 'FS')
-rw-r--r-- | FS/FS/part_export/artera_turbo.pm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/FS/FS/part_export/artera_turbo.pm b/FS/FS/part_export/artera_turbo.pm index 48c17faf1..c2de4d99b 100644 --- a/FS/FS/part_export/artera_turbo.pm +++ b/FS/FS/part_export/artera_turbo.pm @@ -132,7 +132,7 @@ sub _export_unsuspend { $self->queue_statusChange(15, $svc_external); } -sub queueStatusChange { +sub queue_StatusChange { my( $self, $status, $svc_external ) = @_; my $queue = new FS::queue { |