[ADIF Export] Added contest id to export
这个提交包含在:
父节点
c6f9a5a3ae
当前提交
60536c4d5c
共有 1 个文件被更改,包括 2 次插入 和 0 次删除
|
|
@ -110,6 +110,8 @@ class AdifHelper {
|
|||
|
||||
$line .= $this->getAdifFieldLine("SRX_STRING", $qso->COL_SRX_STRING);
|
||||
|
||||
$line .= $this->getAdifFieldLine("CONTEST_ID", $qso->COL_CONTEST_ID);
|
||||
|
||||
$line .= $this->getAdifFieldLine("TX_PWR", $qso->COL_TX_PWR);
|
||||
|
||||
$line .= $this->getAdifFieldLine("COMMENT", $qso->COL_COMMENT);
|
||||
|
|
|
|||
正在加载…
在新工单中引用