mirror of
https://github.com/wavelog/wavelog.git
synced 2026-03-22 10:24:14 +00:00
Added ability to log mail at qso
This commit is contained in:
@@ -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),
|
||||
|
||||
Reference in New Issue
Block a user