From 07be28b848c1d9117cfdfec3d5bcae4f9a4a2908 Mon Sep 17 00:00:00 2001 From: Peter Goodhall Date: Tue, 8 Sep 2020 00:47:53 +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 5eb315a1..6ec5e9e5 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." No QSOs to Upload
"; + echo $station_profile->station_callsign."(".$station_profile->station_profile_name.") No QSOs to Upload
"; continue; }