mirror of
https://github.com/magicbug/Cloudlog
synced 2024-11-22 17:52:16 +00:00
Fixed logbooks-array bug
This commit is contained in:
parent
2174622756
commit
955010b40a
@ -20,4 +20,4 @@ class Hamsat extends CI_Controller {
|
||||
$this->load->view('/hamsat/index');
|
||||
$this->load->view('interface_assets/footer');
|
||||
}
|
||||
}
|
||||
}
|
||||
|
@ -38,6 +38,8 @@
|
||||
<td>
|
||||
<?php
|
||||
$CI = &get_instance();
|
||||
$CI->load->model('logbooks_model');
|
||||
$logbooks_locations_array = $CI->logbooks_model->list_logbook_relationships($this->session->userdata('active_station_logbook'));
|
||||
$CI->load->model('logbook_model');
|
||||
$call_worked = $CI->logbook_model->check_if_callsign_worked_in_logbook($rove['callsign'], $logbooks_locations_array, "SAT");
|
||||
echo " <span data-toggle=\"tooltip\" title=\"".$rove['comment']."\">";
|
||||
|
Loading…
Reference in New Issue
Block a user