Merge pull request #232 from g0wfv/PreventLotwPullError
LoTW: Prevent error auto pull after initial pull
这个提交包含在:
当前提交
2687d061d0
共有 1 个文件被更改,包括 5 次插入 和 5 次删除
|
|
@ -121,7 +121,7 @@ class Lotw extends CI_Controller {
|
|||
}
|
||||
|
||||
// Query the logbook to determine when the last LoTW confirmation was
|
||||
$lotw_last_qsl_date = $this->logbook_model->lotw_last_qsl_date();
|
||||
$lotw_last_qsl_date = date('Y-m-d', strtotime($this->logbook_model->lotw_last_qsl_date()));
|
||||
|
||||
// Build URL for LoTW report file
|
||||
$lotw_url .= "?";
|
||||
|
|
|
|||
正在加载…
在新工单中引用