Take station_callsign from profile instead of maintable

这个提交包含在:
int2001 2023-10-19 07:15:33 +00:00
父节点 996c5a4864
当前提交 25bdc6fc63
找不到此签名对应的密钥
GPG 密钥 ID: DFB1C13CD2DB037B

查看文件

@ -138,7 +138,7 @@ class QSO
}
$this->qsoDateTime = date($custom_date_format . " H:i", strtotime($data['COL_TIME_ON']));
$this->de = $data['COL_STATION_CALLSIGN'];
$this->de = $data['station_callsign'];
$this->dx = $data['COL_CALL'];
$this->mode = $data['COL_MODE'] ?? '';