mirror of
https://github.com/wavelog/wavelog.git
synced 2026-03-22 10:24:14 +00:00
Stats are only for the active logbook profile
This commit is contained in:
@@ -34,9 +34,7 @@ class Statistics extends CI_Controller {
|
||||
$data['total_sat'] = $this->logbook_model->total_sat();
|
||||
|
||||
$data['page_title'] = "Statistics";
|
||||
|
||||
$data['total_digi'] = $this->logbook_model->total_digi();
|
||||
|
||||
|
||||
$data['totals_year'] = $this->logbook_model->totals_year();
|
||||
|
||||
// Render User Interface
|
||||
|
||||
Reference in New Issue
Block a user