Case correction on timeplotter for satellite contacts
这个提交包含在:
父节点
dfede51939
当前提交
71f98ab0e1
共有 1 个文件被更改,包括 1 次插入 和 1 次删除
|
|
@ -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 {
|
||||
|
|
|
|||
正在加载…
在新工单中引用