X-Git-Url: http://dxcluster.net/gitweb/gitweb.cgi?a=blobdiff_plain;f=cmd%2Fshow%2Fdup_wwv.pl;fp=cmd%2Fshow%2Fdup_wwv.pl;h=1360907c292da44237c814b51e6a642427e70e58;hb=f6aaac824c979f97f7637cdc585f7541b3a941bd;hp=4bd5ad3fb81d42db87ad37998fe494e6a9ba691f;hpb=44803b76e72d76567f70a11e150a53a1cd87c2d3;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);