From 63532296fc889bad237800f7505fbb9b749b5e3f Mon Sep 17 00:00:00 2001 From: Peter Goodhall Date: Wed, 22 May 2019 14:57:20 +0100 Subject: [PATCH] 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. --- application/controllers/Lotw.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/application/controllers/Lotw.php b/application/controllers/Lotw.php index 780d1410..763f2605 100644 --- a/application/controllers/Lotw.php +++ b/application/controllers/Lotw.php @@ -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\";