X-Git-Url: http://dxcluster.org/gitweb/gitweb.cgi?a=blobdiff_plain;f=cmd%2Fset%2Flocation.pl;h=64f6eb890a5d91ecf4b2976fe8d4767a3a370788;hb=2c893f2c512246c411c969a5634a003b687cd04c;hp=a1df5ede26e1d0b556df716756d046c5754d8779;hpb=b4826d1f4125788e14fed3adbb99e66242904e74;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);