Added AISAT-1 as AISAT1 in the LOTW Sat name map

This commit is contained in:
Peter Goodhall 2020-09-05 22:03:30 +01:00
parent e34107e0e8
commit 2d2af35536

View File

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