summaryrefslogtreecommitdiff
path: root/FS/FS/queue.pm
diff options
context:
space:
mode:
authorivan <ivan>2002-07-02 06:48:59 +0000
committerivan <ivan>2002-07-02 06:48:59 +0000
commiteb783504f4b23a30e2391269283e565e04e9aece (patch)
treed1ad3f8551cce213968a9a29a0a21b61759676f1 /FS/FS/queue.pm
parent3b7715909d2f2983a077ff97ff66faac40cb9558 (diff)
error messages can have other chars
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