mirror of
https://github.com/wavelog/wavelog.git
synced 2026-03-22 10:24:14 +00:00
fix bug
This commit is contained in:
@@ -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'];
|
||||
|
||||
Reference in New Issue
Block a user