mirror of
https://github.com/wavelog/wavelog.git
synced 2026-03-22 10:24:14 +00:00
Readded the line break
This commit is contained in:
@@ -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'];
|
||||
$custom_errors['errormessage'] .= $one_error['error'] . "<br />";
|
||||
} 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) {
|
||||
|
||||
Reference in New Issue
Block a user