[LoTW] Updated Satellite Remapping

This commit is contained in:
Peter Goodhall
2021-07-14 21:47:37 +01:00
parent 9ab72d30f7
commit e63f3c8c6f

View File

@@ -905,6 +905,7 @@ class Lotw extends CI_Controller {
"TO-108" => "CAS-6",
"TAURUS" => "TAURUS-1",
"AISAT1" => "AISAT-1",
'UVSQ' => "UVSQ-SAT"
);
return array_search(strtoupper($satname),$arr,true);