From c939af1ddc3086c24b67c8500fdc70b062b6001e Mon Sep 17 00:00:00 2001 From: DB4SCW Date: Mon, 3 Mar 2025 20:30:09 +0000 Subject: [PATCH] change qso lines format --- application/libraries/Reg1testformat.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/application/libraries/Reg1testformat.php b/application/libraries/Reg1testformat.php index d199af9ea..2fbba1c05 100644 --- a/application/libraries/Reg1testformat.php +++ b/application/libraries/Reg1testformat.php @@ -111,7 +111,7 @@ class Reg1testformat { $newlocator = false; $distance = $locators[$row->COL_GRIDSQUARE]; } - } else { + } else { $distance = 0; $newlocator = false; } @@ -143,7 +143,7 @@ class Reg1testformat { $qsorow .= ($newdxcc ? 'N' : '') . ';'; //flag if DXCC is new - $qsorow .= ";\r\n"; //flag for duplicate QSO. Leave empty as Wavelog does not have this. + $qsorow .= "\r\n"; //flag for duplicate QSO. Leave empty as Wavelog does not have this. Do not include a semicolon at the end as this is optional //add row to overall result $result['formatted_qso'] .= $qsorow;