LoTW: Prevent error auto pull after initial pull

pull/232/head
Tony Corbett, G0WFV 2018-12-14 16:50:37 +00:00 zatwierdzone przez g0wfv
rodzic b7f06471e5
commit baec4be5bd
1 zmienionych plików z 6 dodań i 2 usunięć

Wyświetl plik

@ -132,8 +132,12 @@ class Lotw extends CI_Controller {
//TODO: Option to specifiy whether we download location data from LoTW or not
//$lotw_url .= "&qso_qsldetail=\"yes\";
$lotw_url .= "&qso_qslsince=";
$lotw_url .= "$lotw_last_qsl_date";
/*
* TODO: (G0WFV) commented this out as it's causing a crash (needs investigation)
*
* $lotw_url .= "&qso_qslsince=";
* $lotw_url .= "$lotw_last_qsl_date";
*/
// Only pull back entries that belong to this callsign
$lotw_call = $this->session->userdata('user_callsign');