mirror of
https://github.com/wavelog/wavelog.git
synced 2026-03-22 10:24:14 +00:00
[DXCC summary] Fix for bands that are not active
This commit is contained in:
@@ -36,7 +36,7 @@ class Lookup extends CI_Controller {
|
||||
$this->load->model('lookup_model');
|
||||
$this->load->model('bands');
|
||||
|
||||
$data['bands'] = $this->bands->get_worked_bands();
|
||||
$data['bands'] = $this->bands->get_worked_bands('dxcc');
|
||||
|
||||
$data['type'] = xss_clean($this->input->post('type'));
|
||||
$data['dxcc'] = xss_clean($this->input->post('dxcc'));
|
||||
|
||||
Reference in New Issue
Block a user