Merge pull request #462 from tanilolli/master
Removed 15 QSO limit for Export All Satellite QSOS Confirmed on LoTW
这个提交包含在:
当前提交
38d44f3eb8
共有 1 个文件被更改,包括 0 次插入 和 1 次删除
|
|
@ -63,7 +63,6 @@ class adif_data extends CI_Model {
|
||||||
|
|
||||||
|
|
||||||
$this->db->join('station_profile', 'station_profile.station_id = '.$this->config->item('table_name').'.station_id');
|
$this->db->join('station_profile', 'station_profile.station_id = '.$this->config->item('table_name').'.station_id');
|
||||||
$this->db->limit(15);
|
|
||||||
|
|
||||||
return $this->db->get();
|
return $this->db->get();
|
||||||
}
|
}
|
||||||
|
|
|
||||||
正在加载…
在新工单中引用