Added ability to log mail at qso

This commit is contained in:
int2001
2024-11-12 10:24:27 +00:00
parent 94696a51e1
commit d458465af6
3 changed files with 15 additions and 0 deletions

View File

@@ -119,6 +119,7 @@ class QSO extends CI_Controller {
'start_time' => $this->input->post('start_time', TRUE),
'end_time' => $this->input->post('end_time'),
'time_stamp' => time(),
'mail' => $this->input->post('mail', TRUE),
'band' => $this->input->post('band', TRUE),
'band_rx' => $this->input->post('band_rx', TRUE),
'freq' => $this->input->post('freq_display', TRUE),