mirror of
https://github.com/magicbug/Cloudlog
synced 2024-11-23 01:59:14 +00:00
Update SatPC32 Sat Names to correct idents
This commit is contained in:
parent
23bb1e6eb5
commit
6a146f8235
@ -132,7 +132,13 @@
|
||||
{
|
||||
foreach ($query->result() as $row)
|
||||
{
|
||||
echo strtoupper($row->sat_name);
|
||||
if($row->sat_name == "AO-07") {
|
||||
echo "AO-7";
|
||||
} elseif ($row->sat_name == "LILACSAT") {
|
||||
echo "CAS-3H";
|
||||
} else {
|
||||
echo strtoupper($row->sat_name);
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user