Update adif_export.php

pull/3315/head
Peter Goodhall 2025-08-03 16:51:40 +01:00
rodzic 2554e097a3
commit 98b64b59f8
1 zmienionych plików z 1 dodań i 1 usunięć

Wyświetl plik

@ -114,7 +114,7 @@ if($station_profile->state != "" && $station_profile->station_country == "ALASKA
}
if($station_profile->state != "" && $station_profile->station_country == "HAWAII") {
$sign_string .= strtoupper($station_profile->state);
$sign_string .= strtoupper("HI");
}
if($qso->COL_BAND) {