X-Git-Url: http://www.dxcluster.org/gitweb/gitweb.cgi?p=spider.git;a=blobdiff_plain;f=perl%2FDXProt.pm;h=8985e8ab4a640a6f8409d213e4cef974a03d5999;hp=627356823274c7fe1d5aee98935b3693d7858d3e;hb=6a0068ec3df1dca0c6ae2714af3c0a4a62998dcf;hpb=3f145290a93b39bf15b50269dd8be585d7b4bc9c diff --git a/perl/DXProt.pm b/perl/DXProt.pm index 62735682..8985e8ab 100644 --- a/perl/DXProt.pm +++ b/perl/DXProt.pm @@ -262,6 +262,7 @@ sub normal if ($pcno == 22) {last SWITCH;} if ($pcno == 23 || $pcno == 27) { # WWV info + Geomag::update(@field[1..$#field]); last SWITCH; } @@ -301,6 +302,7 @@ sub normal if ($pcno == 41) { # user info # add this station to the user database, if required + $field[1] =~ s/-\d+$//o; my $user = DXUser->get_current($field[1]); $user = DXUser->new($field[1]) if !$user;