From 535caa13884040d015a7d9d136ed3b965aa925d6 Mon Sep 17 00:00:00 2001 From: DB4SCW Date: Wed, 8 Jan 2025 12:02:47 +0000 Subject: [PATCH] fix bug --- application/controllers/Adif.php | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/application/controllers/Adif.php b/application/controllers/Adif.php index aaeff629d..d60268b6f 100644 --- a/application/controllers/Adif.php +++ b/application/controllers/Adif.php @@ -243,7 +243,8 @@ class adif extends CI_Controller { //handle club operator if ($club_operator != '') { - $record['operator']=strtoupper($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)){