Update adif_export.php

这个提交包含在:
Peter Goodhall 2025-08-03 16:51:40 +01:00
父节点 2554e097a3
当前提交 98b64b59f8

查看文件

@ -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) {