[LoTW] After running /lotw_upload to upload TQ8s download any matches using lotw_download() function
这个提交包含在:
父节点
6e7984b8dc
当前提交
a79ef3398c
共有 1 个文件被更改,包括 7 次插入 和 1 次删除
|
|
@ -325,6 +325,12 @@ class Lotw extends CI_Controller {
|
|||
echo "No Station Profiles";
|
||||
}
|
||||
|
||||
/*
|
||||
| Download QSO Matches from LoTW
|
||||
*/
|
||||
|
||||
$this->lotw_download();
|
||||
|
||||
}
|
||||
|
||||
/*
|
||||
|
|
@ -513,7 +519,7 @@ class Lotw extends CI_Controller {
|
|||
$this->load->view('interface_assets/footer');
|
||||
}
|
||||
|
||||
public function lotw_download() {
|
||||
function lotw_download() {
|
||||
$this->load->model('user_model');
|
||||
$this->load->model('logbook_model');
|
||||
|
||||
|
|
|
|||
正在加载…
在新工单中引用