mirror of
https://github.com/wavelog/wavelog
synced 2026-08-13 18:41:16 -04:00
Merge pull request #2042 from hugosilvaparagramanet/bugfix/error-uploading-qsos-for-qo100-dx-club
Fix bug while uploading all qsos
This commit is contained in:
commit
7dd769238b
1 changed files with 1 additions and 1 deletions
|
|
@ -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…
Add table
Add a link
Reference in a new issue