mirror of
https://github.com/wavelog/wavelog.git
synced 2026-03-22 10:24:14 +00:00
Only bands with EME
This commit is contained in:
@@ -314,7 +314,7 @@ class Statistics extends CI_Controller {
|
||||
|
||||
$data['modes'] = $this->modes->active();
|
||||
|
||||
$data['worked_bands'] = $this->bands->get_worked_bands();
|
||||
$data['worked_bands'] = $this->bands->get_worked_bands_eme();
|
||||
|
||||
// Set Page Title
|
||||
$data['page_title'] = __("EME Initials");
|
||||
|
||||
Reference in New Issue
Block a user