mirror of
https://github.com/magicbug/Cloudlog
synced 2026-08-13 17:49:35 -04:00
Fixed typo
This commit is contained in:
parent
55cdbda070
commit
8faa8ff84e
1 changed files with 1 additions and 1 deletions
|
|
@ -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 != "") {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue