mirror of
https://github.com/wavelog/wavelog.git
synced 2026-03-22 10:24:14 +00:00
only show modes which are worked or confirmed in the dxcc summary (qso logging)
This commit is contained in:
@@ -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'));
|
||||
|
||||
Reference in New Issue
Block a user