X-Git-Url: http://dxcluster.net/gitweb/gitweb.cgi?p=spider.git;a=blobdiff_plain;f=cmd%2Fshow%2Fmoon.pl;h=1bc61479ca8cae031540d6f7274272631872a60e;hp=6203797f787ad0df1ee7ae7745f9177ac7fc5805;hb=ab811a0c902225075a9bd69749f65594079433a9;hpb=8182fba8e33d568b834621cc35c1ca7c74fb5487 diff --git a/cmd/show/moon.pl b/cmd/show/moon.pl index 6203797f..1bc61479 100644 --- a/cmd/show/moon.pl +++ b/cmd/show/moon.pl @@ -40,7 +40,7 @@ my @in; if (@list) { foreach $l (@list) { - my $user = DXUser->get_current(uc $l); + my $user = DXUser::get_current(uc $l); if ($user && $user->lat && $user->long) { push @in, [$user->qth, $user->lat, -$user->long, uc $l ]; } else {