Bug 8255: allow local cover images to be cached
[koha_gimpoz] / acqui / lateorders.pl
index 031fc88..35ebec1 100755 (executable)
@@ -72,7 +72,7 @@ my $branch     = $input->param('branch');
 my $op         = $input->param('op');
 
 my @errors = ();
-if ( defined $delay and not $delay =~ /^\d{1,3}$/ ) {
+if ( $delay and not $delay =~ /^\d{1,3}$/ ) {
     push @errors, {delay_digits => 1, bad_delay => $delay};
 }