eqsl: add date force update

这个提交包含在:
abarrau 2023-10-02 20:50:23 +02:00 提交者 GitHub
父节点 a290c2749d
当前提交 57dc71292d
找不到此签名对应的密钥
GPG 密钥 ID: 4AEE18F83AFDEB23

查看文件

@ -53,7 +53,7 @@ class EqslImporter
}
// 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)) {
return $this->result('Missing username and/or password');
}