summaryrefslogtreecommitdiff
path: root/FS/FS/queue.pm
diff options
context:
space:
mode:
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 1de19b7..d35dc88 100644
--- a/FS/FS/queue.pm
+++ b/FS/FS/queue.pm
@@ -196,7 +196,7 @@ sub check {
|| $self->ut_anything('job')
|| $self->ut_numbern('_date')
|| $self->ut_enum('status',['', qw( new locked failed )])
- || $self->ut_textn('statustext')
+ || $self->ut_anything('statustext')
|| $self->ut_numbern('svcnum')
;
return $error if $error;
@@ -385,7 +385,7 @@ END
=head1 VERSION
-$Id: queue.pm,v 1.14 2002-06-14 11:22:53 ivan Exp $
+$Id: queue.pm,v 1.15 2002-07-02 06:48:59 ivan Exp $
=head1 BUGS