Merge pull request #2390 from int2001/dupecheck_calrify

Clarify DupeCheck internally
This commit is contained in:
Joerg (DJ7NT)
2025-10-08 22:21:34 +02:00
committed by GitHub
4 changed files with 12 additions and 7 deletions

View File

@@ -277,7 +277,7 @@ class API extends CI_Controller {
};
$record=''; // free memory
gc_collect_cycles();
$result = $this->logbook_model->import_bulk($alladif, $obj['station_profile_id'], false, false, false, false, false, false, false, false, true, false, true, false);
$result = $this->logbook_model->import_bulk($alladif, $obj['station_profile_id'], true, false, false, false, false, false, false, false, true, false, true, false);
$custom_errors = $result['errormessage'];
if ($custom_errors) {
$adif_errors++;