Add HRDLog to Cloudlog

This commit is contained in:
int2001
2023-07-07 11:33:15 +00:00
parent 878094a5ab
commit 723e575af3
17 changed files with 264 additions and 19 deletions

View File

@@ -505,7 +505,7 @@ class Lotw extends CI_Controller {
$station_id = $this->logbook_model->find_correct_station_id($record['station_callsign'], $record['my_gridsquare']);
if ($station_id != NULL) {
$result = $this->logbook_model->import($record, $station_id, NULL, TRUE, NULL, NULL, true, false); // Create the Entry
$result = $this->logbook_model->import($record, $station_id, NULL, TRUE, NULL, NULL, NULL, true, false); // Create the Entry
if ($result == "") {
$lotw_status = 'QSO imported';
} else {