Merge pull request #2042 from hugosilvaparagramanet/bugfix/error-uploading-qsos-for-qo100-dx-club

Fix bug while uploading all qsos
pull/2045/head
Peter Goodhall 2023-03-20 19:21:27 +00:00 zatwierdzone przez GitHub
commit 7dd769238b
Nie znaleziono w bazie danych klucza dla tego podpisu
ID klucza GPG: 4AEE18F83AFDEB23
1 zmienionych plików z 1 dodań i 1 usunięć

Wyświetl plik

@ -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