eqsl: add date force update

This commit is contained in:
abarrau
2023-10-02 20:50:23 +02:00
committed by GitHub
parent a290c2749d
commit 57dc71292d

View File

@@ -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');
}