diff --git a/application/models/Logbook_model.php b/application/models/Logbook_model.php index 7fc8bb0a..40e5db32 100755 --- a/application/models/Logbook_model.php +++ b/application/models/Logbook_model.php @@ -346,12 +346,14 @@ class Logbook_model extends CI_Model { $this->db->where('station_id', $station_id); $this->db->where('COL_STATE', $state); $this->db->where_in('COL_DXCC', ['291', '6', '110']); - if($band != "SAT") { - $this->db->where('COL_PROP_MODE !=', 'SAT'); - $this->db->where('COL_BAND', $band); - } else { - $this->db->where('COL_PROP_MODE', "SAT"); - } + if($band != 'All') { + if($band != "SAT") { + $this->db->where('COL_PROP_MODE !=', 'SAT'); + $this->db->where('COL_BAND', $band); + } else { + $this->db->where('COL_PROP_MODE', "SAT"); + } + } return $this->db->get($this->config->item('table_name')); } diff --git a/application/views/awards/was/map.php b/application/views/awards/was/map.php index a47d3830..1c9c7a0d 100644 --- a/application/views/awards/was/map.php +++ b/application/views/awards/was/map.php @@ -2,7 +2,7 @@ US Map Demo - + - + - - + +
+