From a6b5efbb55d4397646ebca3088b8f4f85b8b5921 Mon Sep 17 00:00:00 2001 From: Peter Goodhall Date: Sun, 3 Aug 2025 16:51:40 +0100 Subject: [PATCH] Update adif_export.php --- application/views/lotw_views/adif_views/adif_export.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/application/views/lotw_views/adif_views/adif_export.php b/application/views/lotw_views/adif_views/adif_export.php index feb132f0..c9d74975 100644 --- a/application/views/lotw_views/adif_views/adif_export.php +++ b/application/views/lotw_views/adif_views/adif_export.php @@ -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) {