diff --git a/application/models/Timeplotter_model.php b/application/models/Timeplotter_model.php index ba8d0c86..ae3f4669 100644 --- a/application/models/Timeplotter_model.php +++ b/application/models/Timeplotter_model.php @@ -71,7 +71,7 @@ class Timeplotter_model extends CI_Model $this->db->select('time(col_time_on) time, col_call as callsign'); if ($postdata['band'] != 'All') { - if ($postdata['band'] == 'sat') { + if ($postdata['band'] == 'SAT') { $this->db->where('col_prop_mode', $postdata['band']); } else {