Update adif_export.php
这个提交包含在:
父节点
2554e097a3
当前提交
98b64b59f8
共有 1 个文件被更改,包括 1 次插入 和 1 次删除
|
|
@ -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) {
|
||||
|
|
|
|||
正在加载…
在新工单中引用