Added missing DXCC codes for RDA export
这个提交包含在:
父节点
6fb6a21898
当前提交
59a71acdd5
共有 1 个文件被更改,包括 1 次插入 和 1 次删除
|
|
@ -222,7 +222,7 @@ class AdifHelper {
|
|||
$county = trim($qso->station_cnty);
|
||||
}
|
||||
|
||||
if ($qso->station_cnty && ( $qso->station_dxcc == '54' || $qso->station_dxcc == '15')) {
|
||||
if ($qso->station_cnty && ( $qso->station_dxcc == '54' || $qso->station_dxcc == '15' || $qso->station_dxcc == '61' || $qso->station_dxcc == '126' || $qso->station_dxcc == '151' )) {
|
||||
$county = trim($qso->station_cnty);
|
||||
}
|
||||
|
||||
|
|
|
|||
正在加载…
在新工单中引用