From 2d48240d3993c409d8866d8a12245d44228234b0 Mon Sep 17 00:00:00 2001 From: int2001 Date: Tue, 17 Feb 2026 09:33:39 +0000 Subject: [PATCH] Don't stop upload because End of QSO-Date was reached --- application/controllers/Lotw.php | 4 ---- 1 file changed, 4 deletions(-) diff --git a/application/controllers/Lotw.php b/application/controllers/Lotw.php index 8529d255c..c419c7fd8 100644 --- a/application/controllers/Lotw.php +++ b/application/controllers/Lotw.php @@ -257,10 +257,6 @@ class Lotw extends CI_Controller { echo $data['lotw_cert_info']->callsign.": QSO start date of LoTW certificate not reached yet!
"; continue; } - if ($current_date > $data['lotw_cert_info']->qso_end_date) { - echo $data['lotw_cert_info']->callsign.": QSO end date of LoTW certificate exceeded!
"; - continue; - } if ($current_date < $data['lotw_cert_info']->date_created) { echo $data['lotw_cert_info']->callsign.": LoTW certificate not valid yet!
"; continue;