From 090e17b4aa12bdc4119ee51619aae6437a9bfd54 Mon Sep 17 00:00:00 2001 From: int2001 Date: Tue, 26 Aug 2025 05:55:14 +0000 Subject: [PATCH] Empty qso-array after building ADIF --- application/controllers/Dcl.php | 1 + 1 file changed, 1 insertion(+) diff --git a/application/controllers/Dcl.php b/application/controllers/Dcl.php index 96533bd9c..438dfd2d3 100644 --- a/application/controllers/Dcl.php +++ b/application/controllers/Dcl.php @@ -142,6 +142,7 @@ class Dcl extends CI_Controller { // Build File to save $adif_to_post = $this->load->view('adif/data/dcl.php', $data, TRUE); + $data['qsos']=''; //The URL that accepts the file upload. $url = 'https://dings.dcl.darc.de/api/adiImport'; // todo: change to final URL b4 release