mirror of
https://github.com/wavelog/wavelog.git
synced 2026-03-22 10:24:14 +00:00
Fix map re non-SAT QSOs
This commit is contained in:
@@ -487,6 +487,8 @@ class Logbook_model extends CI_Model {
|
||||
if ($orbit != 'All' && $orbit != null) {
|
||||
$this->db->where("satellite.orbit", $orbit);
|
||||
}
|
||||
} else {
|
||||
$this->db->where("COL_PROP_MODE !=", "SAT");
|
||||
}
|
||||
break;
|
||||
case 'IOTA':
|
||||
|
||||
Reference in New Issue
Block a user