Case correction on timeplotter for satellite contacts

这个提交包含在:
Ryan Zink 2020-12-14 23:22:51 -07:00
父节点 dfede51939
当前提交 71f98ab0e1

查看文件

@ -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 {