X-Git-Url: http://dxcluster.net/gitweb/gitweb.cgi?a=blobdiff_plain;f=cmd%2Fset%2Fsys_location.pl;h=33633b67ecac742a474b3c2020c3379419f294c0;hb=ab811a0c902225075a9bd69749f65594079433a9;hp=58fb6ae5b5c7467818149f4ae2780f5c8b9e0151;hpb=5bda7945001817ba3005d357b7b2f257ffe8a2cf;p=spider.git diff --git a/cmd/set/sys_location.pl b/cmd/set/sys_location.pl index 58fb6ae5..33633b67 100644 --- a/cmd/set/sys_location.pl +++ b/cmd/set/sys_location.pl @@ -3,7 +3,7 @@ # # Copyright (c) 1998 - Dirk Koopman # -# $Id$ +# # my ($self, $line) = @_; @@ -20,7 +20,7 @@ return (1, $self->msg('loce1')) if !$line; return (1, $self->msg('loce3', uc $line)) if is_qra($line); return (1, $self->msg('loce2', $line)) unless is_latlong($line); -$user = DXUser->get_current($call); +$user = DXUser::get_current($call); if ($user) { $line = uc $line; my ($lat, $long) = DXBearing::stoll($line);