Fixed typo

This commit is contained in:
Peter Goodhall
2019-09-23 18:35:56 +01:00
parent 55cdbda070
commit 8faa8ff84e

View File

@@ -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 != "") {