Update adif_export.php
这个提交包含在:
父节点
eb5d1c40ca
当前提交
793ce241ad
共有 1 个文件被更改,包括 1 次插入 和 1 次删除
|
|
@ -80,7 +80,7 @@ if($station_profile->station_itu) {
|
|||
$sign_string .= $station_profile->station_itu;
|
||||
}
|
||||
|
||||
if(isset($station_profile->state) && $station_profile->station_country = "UNITED STATES OF AMERICA") {
|
||||
if($station_profile->state != "" && $station_profile->station_country = "UNITED STATES OF AMERICA") {
|
||||
$sign_string .= strtoupper($station_profile->state);
|
||||
}
|
||||
|
||||
|
|
|
|||
正在加载…
在新工单中引用