Update Logbook_model.php
这个提交包含在:
父节点
bfe1b38c86
当前提交
b94eb1909b
共有 1 个文件被更改,包括 1 次插入 和 1 次删除
|
|
@ -916,7 +916,7 @@ class Logbook_model extends CI_Model {
|
||||||
return $query;
|
return $query;
|
||||||
}
|
}
|
||||||
|
|
||||||
function get_qsos($num, $offset, $StationLocationsArray) {
|
function get_qsos($num, $offset, $StationLocationsArray = null) {
|
||||||
if($StationLocationsArray == null) {
|
if($StationLocationsArray == null) {
|
||||||
$CI =& get_instance();
|
$CI =& get_instance();
|
||||||
$CI->load->model('logbooks_model');
|
$CI->load->model('logbooks_model');
|
||||||
|
|
|
||||||
正在加载…
在新工单中引用