Don't show SAT-Col for IOTAs when SAT wasn't chosen

This commit is contained in:
int2001
2025-03-07 17:03:51 +00:00
parent 9fbdaad3e5
commit 161638c209
3 changed files with 7 additions and 0 deletions

View File

@@ -858,6 +858,7 @@ class Awards extends CI_Controller {
$iotalist = $this->iota->fetchIota($postdata, $location_list);
$data['iota_array'] = $this->iota->get_iota_array($iotalist, $bands, $postdata, $location_list);
$data['iota_summary'] = $this->iota->get_iota_summary($bands, $postdata, $location_list);
$data['posted_band']=$postdata['band'];
// Render Page
$data['page_title'] = sprintf(__("Awards - %s"), __("IOTA (Island On The Air)"));