Added extra flags for ARRL Lotw ADIF download

Added extra flags for ADIF download, this is to start supporting populating logbook from empty, updating gridsquares if they don't match.
这个提交包含在:
Peter Goodhall 2019-05-22 14:57:20 +01:00
父节点 ce2be72e9f
当前提交 63532296fc

查看文件

@ -127,7 +127,7 @@ class Lotw extends CI_Controller {
$lotw_url .= "?";
$lotw_url .= "login=" . $data['user_lotw_name'];
$lotw_url .= "&password=" . $data['user_lotw_password'];
$lotw_url .= "&qso_query=1&qso_qsl='yes'";
$lotw_url .= "&qso_query=1&qso_qsl='yes'&qso_qsldetail='yes'&qso_mydetail='yes'";
//TODO: Option to specifiy whether we download location data from LoTW or not
//$lotw_url .= "&qso_qsldetail=\"yes\";