eqsl: add date force update
这个提交包含在:
父节点
a290c2749d
当前提交
57dc71292d
共有 1 个文件被更改,包括 1 次插入 和 1 次删除
|
|
@ -53,7 +53,7 @@ class EqslImporter
|
||||||
}
|
}
|
||||||
|
|
||||||
// Download confirmed QSO from eQSL inbox and import them
|
// Download confirmed QSO from eQSL inbox and import them
|
||||||
public function fetch($password, $eqsl_force_from_date) {
|
public function fetch($password, $eqsl_force_from_date="") {
|
||||||
if (empty($password) || empty($this->callsign)) {
|
if (empty($password) || empty($this->callsign)) {
|
||||||
return $this->result('Missing username and/or password');
|
return $this->result('Missing username and/or password');
|
||||||
}
|
}
|
||||||
|
|
|
||||||
正在加载…
在新工单中引用