mirror of
https://github.com/magicbug/Cloudlog
synced 2024-11-23 01:59:14 +00:00
Fix bug while uploading all qsos
This commit is contained in:
parent
c1d2a98da8
commit
7ac0cc21b0
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user