From caed5b61ecc2817dfaec9e5bfaf13c8679aa89c8 Mon Sep 17 00:00:00 2001 From: Peter Goodhall Date: Tue, 8 Sep 2020 00:48:27 +0100 Subject: [PATCH] Update Lotw.php --- application/controllers/Lotw.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/application/controllers/Lotw.php b/application/controllers/Lotw.php index 6ec5e9e56..4615a1535 100644 --- a/application/controllers/Lotw.php +++ b/application/controllers/Lotw.php @@ -227,7 +227,7 @@ class Lotw extends CI_Controller { // Nothing to upload if(empty($data['qsos']->result())){ - echo $station_profile->station_callsign."(".$station_profile->station_profile_name.") No QSOs to Upload
"; + echo $station_profile->station_callsign." (".$station_profile->station_profile_name.") No QSOs to Upload
"; continue; }