From 8f3abf6652c3b6adf2940569ed4626c9d0018eba Mon Sep 17 00:00:00 2001 From: Peter Goodhall Date: Tue, 8 Sep 2020 00:20:27 +0100 Subject: [PATCH] Minor Improvements --- application/controllers/Lotw.php | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/application/controllers/Lotw.php b/application/controllers/Lotw.php index b9a176f1..7a6af0e1 100644 --- a/application/controllers/Lotw.php +++ b/application/controllers/Lotw.php @@ -329,6 +329,7 @@ class Lotw extends CI_Controller { | Download QSO Matches from LoTW */ echo "

"; + echo "LoTW Matches
"; echo $this->lotw_download(); } @@ -573,7 +574,7 @@ class Lotw extends CI_Controller { // TODO: We don't actually see the error message if ($data['user_lotw_name'] == '' || $data['user_lotw_password'] == '') { - $this->session->set_flashdata('warning', 'You have not defined your ARRL LoTW credentials!'); redirect('lotw/import'); + echo "You have not defined your ARRL LoTW credentials!"; } $lotw_last_qsl_date = date('Y-m-d', strtotime($this->logbook_model->lotw_last_qsl_date()));