Fixed map variables

This commit is contained in:
Andreas Kristiansen
2024-04-13 13:47:36 +02:00
parent 0447204cc4
commit fe6d427e4f

View File

@@ -1413,8 +1413,8 @@ class Awards extends CI_Controller {
$postdata['SouthAmerica'] = $this->input->post('SouthAmerica') == 0 ? NULL: 1;
$postdata['Oceania'] = $this->input->post('Oceania') == 0 ? NULL: 1;
$postdata['Antarctica'] = $this->input->post('Antarctica') == 0 ? NULL: 1;
$postdata['sat'] = $this->security->xss_clean($this->input->post('sats'));
$postdata['orbit'] = $this->security->xss_clean($this->input->post('orbits'));
$postdata['sat'] = $this->security->xss_clean($this->input->post('sat'));
$postdata['orbit'] = $this->security->xss_clean($this->input->post('orbit'));
$dxcclist = $this->dxcc->fetchdxcc($postdata);