From 3f32c38e9c3683ed9512c5db12b5e655c82a0b50 Mon Sep 17 00:00:00 2001 From: Corby Krick Date: Mon, 11 Feb 2013 18:55:11 -0600 Subject: [PATCH] Neglected to add to the edit function in the logbook_model, also changed the name of the selector for eQSL.cc receive, to match the convention in the rest of the selectors. --- application/models/logbook_model.php | 4 ++++ application/views/qso/edit.php | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/application/models/logbook_model.php b/application/models/logbook_model.php index 595f7e36..4279149e 100644 --- a/application/models/logbook_model.php +++ b/application/models/logbook_model.php @@ -186,6 +186,10 @@ class Logbook_model extends CI_Model { 'COL_QSL_RCVD' => $this->input->post('qsl_recv'), 'COL_QSL_SENT_VIA' => $this->input->post('qsl_sent_method'), 'COL_QSL_RCVD_VIA' => $this->input->post('qsl_recv_method'), + 'COL_EQSL_QSL_SENT' => $this->input->post('eqsl_sent'), + 'COL_EQSL_QSL_RCVD' => $this->input->post('eqsl_recv'), + 'COL_LOTW_QSL_SENT' => $this->input->post('lotw_sent'), + 'COL_LOTW_QSL_RCVD' => $this->input->post('lotw_recv'), 'COL_IOTA' => $this->input->post('iota_ref'), 'COL_QTH' => $this->input->post('qth'), 'COL_FREQ_RX' => '0', diff --git a/application/views/qso/edit.php b/application/views/qso/edit.php index 157e6d80..062b0f58 100755 --- a/application/views/qso/edit.php +++ b/application/views/qso/edit.php @@ -163,7 +163,7 @@ Recv -