LoTW users info for timeline QSOs
这个提交包含在:
父节点
d51c24adb1
当前提交
95084142b0
共有 1 个文件被更改,包括 1 次插入 和 0 次删除
|
|
@ -218,6 +218,7 @@ class Timeline_model extends CI_Model
|
|||
|
||||
$this->db->join('station_profile', 'station_profile.station_id = '.$this->config->item('table_name').'.station_id');
|
||||
$this->db->join('dxcc_entities', 'dxcc_entities.adif = '.$this->config->item('table_name').'.COL_DXCC');
|
||||
$this->db->join('lotw_users', 'lotw_users.callsign = '.$this->config->item('table_name').'.col_call', 'left outer');
|
||||
|
||||
if ($band != 'All') {
|
||||
if ($band == 'SAT') {
|
||||
|
|
|
|||
正在加载…
在新工单中引用