X-Git-Url: http://scm.dxcluster.org/gitweb/gitweb.cgi?a=blobdiff_plain;f=cmd%2Fset%2Flocation.pl;h=64f6eb890a5d91ecf4b2976fe8d4767a3a370788;hb=324bd80ed4aef7e2636f5a03288788ce11ab2663;hp=a1df5ede26e1d0b556df716756d046c5754d8779;hpb=61cdf7dc2b72c1898850a4d2aa403d712f22f8ee;p=spider.git diff --git a/cmd/set/location.pl b/cmd/set/location.pl index a1df5ede..64f6eb89 100644 --- a/cmd/set/location.pl +++ b/cmd/set/location.pl @@ -20,7 +20,6 @@ return (1, $self->msg('loce2', $line)) unless $line =~ /\d+ \d+ [NnSs] \d+ \d+ [ $user = DXUser->get_current($call); if ($user) { $line = uc $line; - $user->qra($line); my ($lat, $long) = DXBearing::stoll($line); $user->lat($lat); $user->long($long);