[QSO] Added RX Band to the stored session data, held till reset.
这个提交包含在:
父节点
ff60848085
当前提交
df82d5ff26
共有 1 个文件被更改,包括 1 次插入 和 0 次删除
|
|
@ -62,6 +62,7 @@ class QSO extends CI_Controller {
|
|||
'start_time' => $this->input->post('start_time'),
|
||||
'time_stamp' => time(),
|
||||
'band' => $this->input->post('band'),
|
||||
'band_rx' => $this->input->post('band_rx'),
|
||||
'freq' => $this->input->post('freq_display'),
|
||||
'freq_rx' => $this->input->post('freq_display_rx'),
|
||||
'mode' => $this->input->post('mode'),
|
||||
|
|
|
|||
正在加载…
在新工单中引用