mirror of
https://github.com/wavelog/wavelog.git
synced 2026-03-22 10:24:14 +00:00
[Bands] Consolidated get_worked_bands to it's own model. This will make it easier to have everything in one place, and perhaps also move bands to db.
This commit is contained in:
@@ -16,9 +16,9 @@ class Timeplotter extends CI_Controller {
|
||||
// Render Page
|
||||
$data['page_title'] = "Timeplotter";
|
||||
|
||||
$this->load->model('Timeplotter_model');
|
||||
$this->load->model('bands');
|
||||
|
||||
$data['worked_bands'] = $this->Timeplotter_model->get_worked_bands();
|
||||
$data['worked_bands'] = $this->bands->get_worked_bands();
|
||||
|
||||
$this->load->model('dxcc');
|
||||
$data['dxcc_list'] = $this->dxcc->list();
|
||||
|
||||
Reference in New Issue
Block a user