Empty qso-array after building ADIF

This commit is contained in:
int2001
2025-08-26 05:55:14 +00:00
parent 72041e8819
commit 090e17b4aa

View File

@@ -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