mirror of
https://github.com/wavelog/wavelog.git
synced 2026-03-22 10:24:14 +00:00
@@ -825,7 +825,8 @@ class Jcc_model extends CI_Model {
|
||||
);
|
||||
|
||||
function get_jcc_array($bands, $postdata) {
|
||||
$this->load->model('logbooks_model');
|
||||
$CI =& get_instance();
|
||||
$CI->load->model('logbooks_model');
|
||||
$logbooks_locations_array = $CI->logbooks_model->list_logbook_relationships($this->session->userdata('active_station_logbook'));
|
||||
|
||||
if (!$logbooks_locations_array) {
|
||||
|
||||
Reference in New Issue
Block a user