[LoTW] After running /lotw_upload to upload TQ8s download any matches using lotw_download() function

这个提交包含在:
Peter Goodhall 2020-09-06 17:35:45 +01:00
父节点 6e7984b8dc
当前提交 a79ef3398c

查看文件

@ -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');