Browse Source

Makes qsl info uppercase if entered otherwise.

master
DF6FR 14 years ago
parent
commit
51239ccc46
  1. 1
      yfksubs.pl

1
yfksubs.pl

@ -697,6 +697,7 @@ sub saveqso {
if ($qso[12] =~ /(.*)via:(\w+)(.*)/){ # QSL info in remarks field
$qslinfo = $2; # save QSL-info
$qso[12] = $1." ".$3; # cut qsl-info from remarks field
$qslinfo =~ tr/[a-z]/[A-Z]/; # make qsl-info uppercase
}
# searching for different ITUZ in remarks-field:

Loading…
Cancel
Save