[QSO] Added RX Band to the stored session data, held till reset.

pull/784/head
Peter Goodhall 2020-12-28 13:53:44 +00:00
rodzic ff60848085
commit df82d5ff26
1 zmienionych plików z 1 dodań i 0 usunięć

Wyświetl plik

@ -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'),