[LoTW] Remap INSPIRE-SAT 7 to INSPR7 for LOTW uploads

This commit is contained in:
Peter Goodhall
2023-11-01 15:57:25 +00:00
parent f752cc9a76
commit 37f267a91f

View File

@@ -983,6 +983,7 @@ class Lotw extends CI_Controller {
"TEVEL6" => "TEVEL-6",
"TEVEL7" => "TEVEL-7",
"TEVEL8" => "TEVEL-8",
"INSPR7" => "INSPIRE-SAT 7",
);
return array_search(strtoupper($satname),$arr,true);