Fix bug while uploading all qsos
这个提交包含在:
父节点
c1d2a98da8
当前提交
7ac0cc21b0
共有 1 个文件被更改,包括 1 次插入 和 1 次删除
|
|
@ -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 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 = "
|
$sql = "
|
||||||
SELECT qsos.*, station_profile.*
|
SELECT qsos.*, station_profile.*
|
||||||
FROM %s qsos
|
FROM %s qsos
|
||||||
|
|
|
||||||
正在加载…
在新工单中引用