From f17690ad4c198cf633a6ab8d32c3ee758159a748 Mon Sep 17 00:00:00 2001 From: Peter Goodhall Date: Thu, 16 May 2019 23:02:56 +0100 Subject: [PATCH] Didnt remove break point woops --- application/models/Logbook_model.php | 2 -- 1 file changed, 2 deletions(-) diff --git a/application/models/Logbook_model.php b/application/models/Logbook_model.php index a93539e6..e1a83aec 100755 --- a/application/models/Logbook_model.php +++ b/application/models/Logbook_model.php @@ -882,8 +882,6 @@ class Logbook_model extends CI_Model { $cq_zone = ""; } - exit; - $this->db->where('COL_CALL', $record['call']); $this->db->where('COL_TIME_ON', $time_on); $check = $this->db->get($this->config->item('table_name'));