From 0a16f897a15a5dbef801a2c4bb166949a24db9b7 Mon Sep 17 00:00:00 2001 From: phl0 Date: Mon, 15 Apr 2024 18:26:35 +0200 Subject: [PATCH] Delete erroneous line --- application/models/Logbook_model.php | 1 - 1 file changed, 1 deletion(-) diff --git a/application/models/Logbook_model.php b/application/models/Logbook_model.php index 630875ff7..7654393ed 100755 --- a/application/models/Logbook_model.php +++ b/application/models/Logbook_model.php @@ -2162,7 +2162,6 @@ function check_if_callsign_worked_in_logbook($callsign, $StationLocationsArray = $this->db->select('SUBSTR(COL_GRIDSQUARE,1 ,4) as gridorcnfm'); $this->db->group_by('gridorcnfm'); break; - break; } $this->db->order_by('gridorcnfm'); $this->db->where_in('station_id', $logbooks_locations_array);