From e1e0bb60ea06a15075331ca043c8bae38ea8aefd Mon Sep 17 00:00:00 2001 From: phl0 Date: Fri, 23 Jan 2026 08:55:29 +0100 Subject: [PATCH] Allow updating distance to 0 --- application/models/Logbookadvanced_model.php | 1 - 1 file changed, 1 deletion(-) diff --git a/application/models/Logbookadvanced_model.php b/application/models/Logbookadvanced_model.php index 3b0694e5c..3675b2881 100644 --- a/application/models/Logbookadvanced_model.php +++ b/application/models/Logbookadvanced_model.php @@ -1362,7 +1362,6 @@ class Logbookadvanced_model extends CI_Model { $this->db->where("COL_GRIDSQUARE is NOT NULL"); $this->db->where("COL_GRIDSQUARE != ''"); - $this->db->where("COL_GRIDSQUARE != station_gridsquare"); $this->db->where_in("COL_PRIMARY_KEY", $idarray); $query = $this->db->get($this->config->item('table_name'));