remove $Id$ strings from everywhere that I can find
[spider.git] / cmd / show / wwv.pl
index 07a0259a34af5939b10a3d223f1fd763a4e31bba..fbb7fac32cb10705debe5979c2b513d71e276122 100644 (file)
@@ -3,7 +3,7 @@
 #
 # Copyright (c) 1998 - Dirk Koopman G1TLH
 #
-# $Id$
+#
 #
 my $self = shift;
 
@@ -26,9 +26,10 @@ while ($f = shift @f) {                 # next field
        }
 }
 
-$to = 10 if !$to;
+$from = 1 unless $from;
+$to = 5 unless $to;
 
-push @out, "Date        Hour   SFI   A   K Forecast                               Logger";
+push @out, $self->msg('wwv3');
 my @in = Geomag::search($from, $to, $main::systime);
 for (@in) {
        push @out, Geomag::print_item($_);