From b741d0428deac43efe33f8bf22943c09a994c271 Mon Sep 17 00:00:00 2001 From: phl0 Date: Fri, 27 Oct 2023 10:10:45 +0200 Subject: [PATCH] Only min and sec for post QSO template --- application/controllers/Qso.php | 1 + application/views/qso/index.php | 4 ++-- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/application/controllers/Qso.php b/application/controllers/Qso.php index 5fa968f1..f54c6d04 100755 --- a/application/controllers/Qso.php +++ b/application/controllers/Qso.php @@ -68,6 +68,7 @@ class QSO extends CI_Controller { $qso_data = array( 'start_date' => $this->input->post('start_date'), 'start_time' => $this->input->post('start_time'), + 'end_time' => $this->input->post('end_time'), 'time_stamp' => time(), 'band' => $this->input->post('band'), 'band_rx' => $this->input->post('band_rx'), diff --git a/application/views/qso/index.php b/application/views/qso/index.php index 9820fa8f..45f86acd 100755 --- a/application/views/qso/index.php +++ b/application/views/qso/index.php @@ -59,12 +59,12 @@
- required pattern="[0-2][0-9]:[0-5][0-9]"> + required pattern="[0-2][0-9]:[0-5][0-9]">
- required pattern="[0-2][0-9]:[0-5][0-9]"> + required pattern="[0-2][0-9]:[0-5][0-9]">