Extra line break didn't look nice.

This commit is contained in:
Andreas Kristiansen
2025-08-23 07:40:50 +02:00
parent 8b9ea41a81
commit a3365eb23d

View File

@@ -3935,7 +3935,7 @@ class Logbook_model extends CI_Model {
foreach ($records as $record) {
$one_error = $this->import($record, $station_id, $skipDuplicate, $markClublog, $markLotw, $dxccAdif, $markQrz, $markEqsl, $markHrd, $markDcl, $skipexport, trim($operatorName), $apicall, $skipStationCheck, true, $station_id_ok, $station_profile, $station_qslmsg);
if ($one_error['error'] ?? '' != '') {
$custom_errors['errormessage'] .= $one_error['error'] . "<br />";
$custom_errors['errormessage'] .= $one_error['error'];
} else { // No Errors / QSO doesn't exist so far
array_push($a_qsos, $one_error['raw_qso'] ?? '');
if (isset($record['prop_mode']) && $record['prop_mode'] == 'SAT' && $amsat_status_upload) {