From 24f59af0d15b34bb647e272eedbecf63a1475b9f Mon Sep 17 00:00:00 2001 From: Peter Goodhall Date: Wed, 15 May 2024 22:36:37 +0100 Subject: [PATCH] Update Lotw.php --- application/controllers/Lotw.php | 1 + 1 file changed, 1 insertion(+) diff --git a/application/controllers/Lotw.php b/application/controllers/Lotw.php index cf892a4d..8b9ccfc9 100644 --- a/application/controllers/Lotw.php +++ b/application/controllers/Lotw.php @@ -315,6 +315,7 @@ class Lotw extends CI_Controller { //with the error message. if(curl_errno($ch)){ throw new Exception(curl_error($ch)); + // Upload of TQ8 Failed for unknown reason echo $station_profile->station_callsign." (".$station_profile->station_profile_name.") Upload Failed"."
"; }