1. remove %nn strings from dups of announces and spots
authorminima <minima>
Thu, 30 Nov 2000 15:42:01 +0000 (15:42 +0000)
committerminima <minima>
Thu, 30 Nov 2000 15:42:01 +0000 (15:42 +0000)
2. remove check for ssids on PC41s

Changes
perl/DXProt.pm

diff --git a/Changes b/Changes
index 84cb05be5e4f85cacb53eb7ffc8557771fdfac8e..4bf36d1e842611d4ddd5baad6ea06626a9b4a401 100644 (file)
--- 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
index da138878fc69e4596dd550de40580db9461e13fe..2df6b03ac511c4b333021bea6f3ed322174ec4e1 100644 (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) {