diff --git a/application/controllers/Lotw.php b/application/controllers/Lotw.php index 1c484f5d..3c36b215 100644 --- a/application/controllers/Lotw.php +++ b/application/controllers/Lotw.php @@ -1430,7 +1430,7 @@ class Lotw extends CI_Controller { } case "RTTY": if ($submode == "ASCI") { - return "ASCI"; + return "RTTY"; break; } else { return "RTTY"; @@ -1438,7 +1438,7 @@ class Lotw extends CI_Controller { } case "CW": if ($submode == "PCW") { - return "PCW"; + return "CW"; break; } else { return "CW";