From be34fde6be3a54b01306a1d9f898f852ba7370cd Mon Sep 17 00:00:00 2001 From: int2001 Date: Tue, 26 Aug 2025 09:00:18 +0000 Subject: [PATCH] Empty qso_id_array after upload --- application/controllers/Dcl.php | 1 + 1 file changed, 1 insertion(+) diff --git a/application/controllers/Dcl.php b/application/controllers/Dcl.php index 2de98ecf1..dd6667bfe 100644 --- a/application/controllers/Dcl.php +++ b/application/controllers/Dcl.php @@ -199,6 +199,7 @@ class Dcl extends CI_Controller { // $this->Logbook_model->mark_dcl_sent($qso_number); } } + $qso_id_array=[]; } } else { echo __("No Station Profiles found to upload to DCL");