Fixed error when displaying US Counties QSOs
这个提交包含在:
父节点
1e82df7530
当前提交
ff1b5b760d
共有 1 个文件被更改,包括 1 次插入 和 0 次删除
|
|
@ -4014,6 +4014,7 @@ class Logbook_model extends CI_Model {
|
|||
$logbooks_locations_array = $CI->logbooks_model->list_logbook_relationships($this->session->userdata('active_station_logbook'));
|
||||
|
||||
$this->db->join('station_profile', 'station_profile.station_id = '.$this->config->item('table_name').'.station_id');
|
||||
$this->db->join('lotw_users', 'lotw_users.callsign = '.$this->config->item('table_name').'.col_call', 'left outer');
|
||||
$this->db->where_in($this->config->item('table_name').'.station_id', $logbooks_locations_array);
|
||||
$this->db->where('COL_STATE', $state);
|
||||
$this->db->where('COL_CNTY', $county);
|
||||
|
|
|
|||
正在加载…
在新工单中引用