Update Logbook_model.php

这个提交包含在:
Peter Goodhall 2022-02-18 14:19:05 +00:00
父节点 bfe1b38c86
当前提交 b94eb1909b

查看文件

@ -916,7 +916,7 @@ class Logbook_model extends CI_Model {
return $query;
}
function get_qsos($num, $offset, $StationLocationsArray) {
function get_qsos($num, $offset, $StationLocationsArray = null) {
if($StationLocationsArray == null) {
$CI =& get_instance();
$CI->load->model('logbooks_model');