This commit is contained in:
HB9HIL
2024-06-03 08:43:38 +02:00
parent 8769858da6
commit e672f1d72a

View File

@@ -31,7 +31,7 @@ class Eqslmethods_model extends CI_Model {
$eqsl_location['station_id']
);
$eqsl_results[] = $this->eqslimporter->fetch($password);
$eqsl_results[] = $this->eqslimporter->fetch($password); // Hint: for debugging add YYYYMMDD as second argument to force from older date
}
}