From b94eb1909b41cb18bd3e2216d2b019ae525284df Mon Sep 17 00:00:00 2001 From: Peter Goodhall Date: Fri, 18 Feb 2022 14:19:05 +0000 Subject: [PATCH] Update Logbook_model.php --- application/models/Logbook_model.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/application/models/Logbook_model.php b/application/models/Logbook_model.php index debeeca1..53cbcf70 100755 --- a/application/models/Logbook_model.php +++ b/application/models/Logbook_model.php @@ -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');