Merge pull request #1216 from AndreasK79:adifhelper_export_contest_id
[ADIF Export] Added contest id to export
这个提交包含在:
当前提交
cfecaa1ce3
共有 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);
|
||||
|
|
|
|||
正在加载…
在新工单中引用