diff --git a/application/controllers/Qso.php b/application/controllers/Qso.php index 3bbb19ba..483f5d48 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 be022770..cd0632d1 100755 --- a/application/views/qso/index.php +++ b/application/views/qso/index.php @@ -1,3 +1,4 @@ +session); ?>