From 9581049f63e6fefb0be7d74e038f75629fcae8c2 Mon Sep 17 00:00:00 2001 From: Peter Goodhall Date: Wed, 19 Jun 2019 16:34:26 +0100 Subject: [PATCH] Update Clublog.php --- application/controllers/Clublog.php | 2 ++ 1 file changed, 2 insertions(+) diff --git a/application/controllers/Clublog.php b/application/controllers/Clublog.php index f252e608..33fcdee6 100644 --- a/application/controllers/Clublog.php +++ b/application/controllers/Clublog.php @@ -68,6 +68,8 @@ class Clublog extends CI_Controller { // close the session curl_close($request); + + print_r($results); // If Clublog Accepts mark the QSOs if (strpos($results, 'accepted') !== false) { $this->clublog_model->mark_qsos_sent();