From 90d1655c09a3fb3fd767d81115bf32c997dddda5 Mon Sep 17 00:00:00 2001 From: Peter Goodhall Date: Thu, 18 Mar 2021 17:08:01 +0000 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 21a73b7b..893d45ea 100644 --- a/application/controllers/Lotw.php +++ b/application/controllers/Lotw.php @@ -919,10 +919,10 @@ class Lotw extends CI_Controller { function mode_map($mode) { switch ($mode): case "PKT": - return "PACKET" + return "PACKET"; break; default: - return $mode + return $mode; endswitch; }