Co-authored-by: Joerg (DJ7NT) <int2001@users.noreply.github.com>
This commit is contained in:
Fabian Berg
2026-01-25 09:08:12 +01:00
committed by GitHub
parent 1e1f31aa7d
commit d4e4e37f77

View File

@@ -213,7 +213,7 @@ class QSO extends CI_Controller {
$this->load->model('logbook_model');
$qso_data = [
'manual' => $this->input->post('manual', TRUE),
'manual' => $this->input->get('manual', TRUE),
'start_date' => $this->input->post('start_date', TRUE),
'start_time' => $this->input->post('start_time', TRUE),
'end_time' => $this->input->post('end_time', TRUE),