Allow updating distance to 0

This commit is contained in:
phl0
2026-01-23 08:55:29 +01:00
parent c4cbb5ad39
commit e1e0bb60ea

View File

@@ -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'));