Merge pull request #447 from phl0/ciLoads

[WIP] Remove extra CI loads in Clublog (and debug log messages)
This commit is contained in:
Florian (DF2ET)
2024-06-07 12:53:18 +02:00
committed by GitHub
14 changed files with 13 additions and 28 deletions

View File

@@ -26,6 +26,7 @@ class Clublog_model extends CI_Model
error_reporting(E_ALL);
$this->load->helper('file');
$this->load->library('AdifHelper');
$station_profiles = $this->all_with_count($clean_userid);