From 4176dc3ee603f4b13c27d4267f8acbec3bf8f851 Mon Sep 17 00:00:00 2001 From: minima Date: Thu, 30 Nov 2000 15:42:01 +0000 Subject: [PATCH] 1. remove %nn strings from dups of announces and spots 2. remove check for ssids on PC41s --- Changes | 1 + perl/DXProt.pm | 5 ----- 2 files changed, 1 insertion(+), 5 deletions(-) diff --git a/Changes b/Changes index 84cb05be..4bf36d1e 100644 --- a/Changes +++ b/Changes @@ -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 diff --git a/perl/DXProt.pm b/perl/DXProt.pm index da138878..2df6b03a 100644 --- a/perl/DXProt.pm +++ b/perl/DXProt.pm @@ -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) { -- 2.34.1