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