This commit is contained in:
DB4SCW
2025-01-08 11:59:55 +00:00
parent 25e87868d7
commit 7c833894b6

View File

@@ -241,6 +241,10 @@ class adif extends CI_Controller {
$record['contest_id'] = $contest;
}
//handle club operator
if ($club_operator != '') {
$record['operator']=strtoupper($club_operator);
//check if contest_id exists in record and extract all found contest_ids
if(array_key_exists('contest_id', $record)){
$contest_id = $record['contest_id'];