From 1979818fb2f7ee2a4dcf2a68354fc2f24ff14608 Mon Sep 17 00:00:00 2001 From: Alexandru Csete Date: Wed, 17 Feb 2016 23:38:07 +0100 Subject: [PATCH] Indent --- application/models/logbook_model.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/application/models/logbook_model.php b/application/models/logbook_model.php index 0f0e27108..2e2ca4cda 100644 --- a/application/models/logbook_model.php +++ b/application/models/logbook_model.php @@ -205,7 +205,7 @@ class Logbook_model extends CI_Model { 'COL_PROP_MODE' => $this->input->post('prop_mode'), 'COL_FREQ_RX' => '0', 'COL_STX_STRING' => $this->input->post('stx_string'), - 'COL_SRX_STRING' => $this->input->post('srx_string') + 'COL_SRX_STRING' => $this->input->post('srx_string') ); $this->db->where('COL_PRIMARY_KEY', $this->input->post('id'));