back port registration from mojo
[spider.git] / cmd / show / log.pl
index bad1f61df3a325612f1c52db57d541717a0e8902..f8858583cecba50832ea85574bddd257ccd3cfd6 100644 (file)
@@ -3,7 +3,7 @@
 #
 # Copyright (c) 1998 - Dirk Koopman G1TLH
 #
-# $Id$
+#
 #
 my $self = shift;
 
@@ -21,7 +21,7 @@ while ($f = shift @f) {                 # next field
                next if $from && $to > $from;
        }
        unless ($to) {
-               ($to) = $f =~ /^(\d+)$/o if !$to;              # is it a to count?
+               ($to) = $f =~ /^(\d+)$/ if !$to;              # is it a to count?
                next if $to;
        }
        unless ($who) {