Browse Source

IG9/IH9 is *not* a WAE, so don't count it.

tnx DL6KVA :-)
master
Fabian Kurz 1 year ago
parent
commit
2f15783b64
  1. 3
      functions.php
  2. 1
      wae.php

3
functions.php

@ -658,9 +658,6 @@ function parse_adif($adif, $members, $ign, $startdate) {
if (in_array($qso['call'], array("4U1VIC", "4U1A"))) {
$qso['wae'] = 'IV';
}
elseif (preg_match('/I[GH]9/', $qso['call'])) {
$qso['wae'] = 'AI';
}
elseif (substr($qso['call'], 0, 3) == "IT9") {
$qso['wae'] = 'SY';
}

1
wae.php

@ -1,7 +1,6 @@
<?
$waes = array(
"IV" => "ITU Vienna, 4U1",
"AI" => "African Italy, IG9",
"SY" => "Sicily, IT9",
"BI" => "Bear Island, JW/B",
"SI" => "Shetland Islands, GM/S",

Loading…
Cancel
Save