From f5b8b101a105009d32cb7662f2243344c35dee7f Mon Sep 17 00:00:00 2001 From: Peter Goodhall Date: Wed, 19 Jun 2019 17:19:05 +0100 Subject: [PATCH] Update Clublog.php --- application/controllers/Clublog.php | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/application/controllers/Clublog.php b/application/controllers/Clublog.php index aeb74401..ba38fbcc 100644 --- a/application/controllers/Clublog.php +++ b/application/controllers/Clublog.php @@ -17,7 +17,7 @@ class Clublog extends CI_Controller { ini_set('display_errors', 1); ini_set('display_startup_errors', 1); error_reporting(E_ALL); - + $this->load->helper('file'); $this->load->model('logbook_model'); @@ -80,7 +80,9 @@ class Clublog extends CI_Controller { $this->clublog_model->mark_qsos_sent(); echo "QSOs uploaded and Logbook QSOs marked as sent to Clublog"; - } + } else { + echo "some other issue"; + } } } else { echo "Nothing awaiting upload to clublog";