From e419c8af87319e12c77965ea81af87f93615cd26 Mon Sep 17 00:00:00 2001 From: Kim Huebel Date: Tue, 25 Jun 2019 09:07:42 +0200 Subject: [PATCH] bug-fixing on model - forgot to edit edit() --- application/models/Logbook_model.php | 1 + 1 file changed, 1 insertion(+) diff --git a/application/models/Logbook_model.php b/application/models/Logbook_model.php index 2d89e768..0305b6d0 100755 --- a/application/models/Logbook_model.php +++ b/application/models/Logbook_model.php @@ -267,6 +267,7 @@ class Logbook_model extends CI_Model { 'COL_LOTW_QSL_RCVD' => $this->input->post('lotw_recv'), 'COL_IOTA' => $this->input->post('iota_ref'), 'COL_SOTA_REF' => $this->input->post('sota_ref'), + 'COL_DARC_DOK' => $this->input->post('darc_dok'), 'COL_QTH' => $this->input->post('qth'), 'COL_PROP_MODE' => $this->input->post('prop_mode'), 'COL_FREQ_RX' => $this->parse_frequency($this->input->post('freq_display_rx')),