From 5e8d0109a0cd15d647f2644fff4eb134e1dd7c43 Mon Sep 17 00:00:00 2001 From: Peter Goodhall Date: Tue, 8 Sep 2020 00:33:41 +0100 Subject: [PATCH] Update Lotw.php --- application/controllers/Lotw.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/application/controllers/Lotw.php b/application/controllers/Lotw.php index 70a163f5..ebd68303 100644 --- a/application/controllers/Lotw.php +++ b/application/controllers/Lotw.php @@ -322,7 +322,7 @@ class Lotw extends CI_Controller { unlink(realpath($filename_for_saving)); } } else { - echo "No Station Profiles"; + echo "No Station Profiles found to upload to LOTW"; } /* @@ -599,7 +599,7 @@ class Lotw extends CI_Controller { return $results; } } else { - echo "No users found"; + return "No LOTW User details found to carry out matches."; } }