Empty qso_id_array after upload

This commit is contained in:
int2001
2025-08-26 09:00:18 +00:00
parent 26f9ad11aa
commit be34fde6be

View File

@@ -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");