mirror of
https://github.com/wavelog/wavelog.git
synced 2026-03-22 10:24:14 +00:00
Remove extra CI loads in Clublog (and debug log messages)
This commit is contained in:
@@ -28,6 +28,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);
|
||||
|
||||
|
||||
@@ -5,9 +5,7 @@ Wavelog ADIF export
|
||||
<EOH>
|
||||
|
||||
<?php
|
||||
$CI =& get_instance();
|
||||
$CI->load->library('AdifHelper');
|
||||
|
||||
foreach ($qsos->result() as $qso) {
|
||||
echo $CI->adifhelper->getAdifLine($qso);
|
||||
echo $this->adifhelper->getAdifLine($qso);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user