1. remove %nn strings from dups of announces and spots

2. remove check for ssids on PC41s
This commit is contained in:
minima 2000-11-30 15:42:01 +00:00
parent b228776e73
commit 4176dc3ee6
2 changed files with 1 additions and 5 deletions

View File

@ -1,5 +1,6 @@
30Nov00=======================================================================
1. remove %nn strings from dups of announces and spots
2. remove check for ssids on PC41s
29Nov00=======================================================================
1. make some small changes to DXmsg to try to track delete problems?
2. fix ann/full so it doesn't dup

View File

@ -897,11 +897,6 @@ sub normal
if ($pcno == 41) { # user info
# add this station to the user database, if required
my $user = DXUser->get_current($field[1]);
if (!$user) {
# then try without an SSID
$field[1] =~ s/-\d+$//o;
$user = DXUser->get_current($field[1]);
}
$user = DXUser->new($field[1]) if !$user;
if ($field[2] == 1) {