Stats are only for the active logbook profile

This commit is contained in:
Peter Goodhall
2019-09-26 12:42:19 +01:00
parent 08a2ad5a30
commit 3697448d56
2 changed files with 63 additions and 13 deletions

View File

@@ -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