From ca3398e8087beeb69ff18da5a69ef8894c957f77 Mon Sep 17 00:00:00 2001 From: AndreasK79 Date: Sat, 2 May 2020 16:54:13 +0200 Subject: [PATCH] Saves date and time and keeps it when entering POST QSOs. Fixes #463. --- application/controllers/Qso.php | 2 ++ application/views/qso/index.php | 5 +++-- 2 files changed, 5 insertions(+), 2 deletions(-) diff --git a/application/controllers/Qso.php b/application/controllers/Qso.php index 3bbb19baa..483f5d483 100755 --- a/application/controllers/Qso.php +++ b/application/controllers/Qso.php @@ -55,6 +55,8 @@ class QSO extends CI_Controller { // $qso_data = [ // 18-Jan-2016 - make php v5.3 friendly! $qso_data = array( + 'start_date' => $this->input->post('start_date'), + 'start_time' => $this->input->post('start_time'), 'band' => $this->input->post('band'), 'freq' => $this->input->post('freq_display'), 'freq_rx' => $this->input->post('freq_display_rx'), diff --git a/application/views/qso/index.php b/application/views/qso/index.php index be022770d..cd0632d19 100755 --- a/application/views/qso/index.php +++ b/application/views/qso/index.php @@ -1,3 +1,4 @@ +session); ?>
@@ -38,12 +39,12 @@
- > + >
- > + >