From 7ac0cc21b03fe18d6337a392c5fa9176cc41e6f0 Mon Sep 17 00:00:00 2001 From: Hugo Silva Date: Mon, 20 Mar 2023 18:49:46 +0000 Subject: [PATCH] Fix bug while uploading all qsos --- 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 226e4895..59649854 100755 --- a/application/models/Logbook_model.php +++ b/application/models/Logbook_model.php @@ -1278,7 +1278,7 @@ class Logbook_model extends CI_Model { /* * Function returns the QSOs from the logbook, which have not been either marked as uploaded to webADIF */ - function get_webadif_qsos($station_id,$from, $to){ + function get_webadif_qsos($station_id,$from = null, $to = null){ $sql = " SELECT qsos.*, station_profile.* FROM %s qsos