only show modes which are worked or confirmed in the dxcc summary (qso logging)

This commit is contained in:
HB9HIL
2024-11-12 14:35:08 +01:00
parent 1558060d25
commit f7e5df5736
3 changed files with 51 additions and 30 deletions

View File

@@ -51,6 +51,12 @@ class Lookup extends CI_Controller {
$data['bands'] = $this->bands->get_worked_bands(xss_clean($this->input->post('type')));
}
if ($this->input->post('reduced_mode', true)) {
$data['reduced_mode'] = true;
} else {
$data['reduced_mode'] = false;
}
$data['dxcc'] = xss_clean($this->input->post('dxcc'));
$data['was'] = xss_clean($this->input->post('was'));