fix flooding debug messages

This commit is contained in:
HB9HIL
2024-09-11 10:09:43 +02:00
parent d25bb21607
commit 3054b59891
11 changed files with 48 additions and 16 deletions

View File

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