From 8faa8ff84ea1ab23409144d8bf0455d8fb4bcd4d Mon Sep 17 00:00:00 2001 From: Peter Goodhall Date: Mon, 23 Sep 2019 18:35:56 +0100 Subject: [PATCH] Fixed typo --- application/models/Stations.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/application/models/Stations.php b/application/models/Stations.php index 56fa9d74..905cd035 100644 --- a/application/models/Stations.php +++ b/application/models/Stations.php @@ -104,7 +104,7 @@ class Stations extends CI_Model { $this->db->where('COL_STATION_CALLSIGN', $row->station_callsign); if($row->station_iota != "") { - $this->db->where('COL_MY_IOTA', $row->station_country); + $this->db->where('COL_MY_IOTA', $row->station_iota); } if($row->station_sota != "") {