X-Git-Url: http://dxcluster.net/gitweb/gitweb.cgi?a=blobdiff_plain;f=cmd%2Fforward%2Flatlong.pl;h=e9afd71014e6e1913f998cdd802cfe4abeb2e69a;hb=ab811a0c902225075a9bd69749f65594079433a9;hp=e10239890e3675173286cc7928c5faa5b6fd72c2;hpb=fe7780b7eb15406a7e5caac4ecc499c8f3304e18;p=spider.git diff --git a/cmd/forward/latlong.pl b/cmd/forward/latlong.pl index e1023989..e9afd710 100644 --- a/cmd/forward/latlong.pl +++ b/cmd/forward/latlong.pl @@ -5,7 +5,7 @@ # # Copyright (c) 2000 Dirk Koopman G1TLH # -# $Id$ +# # my ($self, $line) = @_; @@ -29,7 +29,7 @@ use DB_File; my ($action, $count, $key, $data); for ($action = R_FIRST, $count = 0; !$DXUser::dbm->seq($key, $data, $action); $action = R_NEXT) { if ($data =~ m{(?:lat|long) =>}) { - my $u = DXUser->get_current($key); + my $u = DXUser::get_current($key); if ($u) { my $lat = $u->lat; my $long = $u->long;