summaryrefslogtreecommitdiff
path: root/FS/FS/queue.pm
diff options
context:
space:
mode:
authorivan <ivan>2001-09-11 12:25:55 +0000
committerivan <ivan>2001-09-11 12:25:55 +0000
commit148727c4b03abc9b73149c101afcc4f3fff57a73 (patch)
tree95a3792106d3aee44e7e10451204285969930aa4 /FS/FS/queue.pm
parent4c61cd25bdb4dfaeb083b3605ce3ef4d3157fe1b (diff)
queue clean fix
Diffstat (limited to 'FS/FS/queue.pm')
-rw-r--r--FS/FS/queue.pm4
1 files changed, 2 insertions, 2 deletions
diff --git a/FS/FS/queue.pm b/FS/FS/queue.pm
index 13e6f92..0967248 100644
--- a/FS/FS/queue.pm
+++ b/FS/FS/queue.pm
@@ -127,7 +127,7 @@ sub delete {
local $FS::UID::AutoCommit = 0;
my $dbh = dbh;
- my @args = $self->args;
+ my @args = qsearch( 'queue_arg', { 'jobnum' => $self->jobnum } );
my $error = $self->SUPER::delete;
if ( $error ) {
@@ -199,7 +199,7 @@ sub args {
=head1 VERSION
-$Id: queue.pm,v 1.2 2001-09-11 12:24:13 ivan Exp $
+$Id: queue.pm,v 1.3 2001-09-11 12:25:55 ivan Exp $
=head1 BUGS