kopia lustrzana https://github.com/magicbug/Cloudlog
Return 'SSB' for LSB and USB submodes in Lotw
Updated the Lotw controller to return 'SSB' instead of 'LSB' or 'USB' when the submode is LSB or USB. This change ensures consistent handling of SSB submodes.pull/3312/head
rodzic
5c5b739e52
commit
7d47bd08a9
|
|
@ -1419,10 +1419,10 @@ class Lotw extends CI_Controller {
|
|||
}
|
||||
case "SSB":
|
||||
if ($submode == "LSB") {
|
||||
return "LSB";
|
||||
return "SSB";
|
||||
break;
|
||||
} elseif ($submode == "USB") {
|
||||
return "USB";
|
||||
return "SSB";
|
||||
break;
|
||||
} else {
|
||||
return "SSB";
|
||||
|
|
|
|||
Ładowanie…
Reference in New Issue