X-Git-Url: http://dxcluster.net/gitweb/gitweb.cgi?a=blobdiff_plain;f=cmd%2Fshow%2Fdup_wwv.pl;h=1360907c292da44237c814b51e6a642427e70e58;hb=d4aacffb5581c9fc338833aebc996c27d3f16ada;hp=4bd5ad3fb81d42db87ad37998fe494e6a9ba691f;hpb=840ace66681d2d615ff412e1197fa613f262c1f2;p=spider.git diff --git a/cmd/show/dup_wwv.pl b/cmd/show/dup_wwv.pl index 4bd5ad3f..1360907c 100644 --- a/cmd/show/dup_wwv.pl +++ b/cmd/show/dup_wwv.pl @@ -7,5 +7,6 @@ # $Id$ # my $self = shift; +my $line = shift; return (1, $self->msg('e5')) unless $self->priv >= 9; -return (1, Geomag::listdups); +return (1, Geomag::listdups $line);