mirror of
https://github.com/magicbug/Cloudlog
synced 2024-11-23 18:24:25 +00:00
Wasn't returning radio json wasn't returning mode
This commit is contained in:
parent
f6924c77ed
commit
1a737166c5
@ -111,7 +111,7 @@
|
||||
if(strtoupper($row->mode) == "FMN"){
|
||||
$mode = "FM";
|
||||
} else {
|
||||
$mode = strtoupper($mode);
|
||||
$mode = strtoupper($row->mode);
|
||||
}
|
||||
|
||||
$sat_name = "";
|
||||
@ -175,4 +175,4 @@
|
||||
}
|
||||
}
|
||||
|
||||
?>
|
||||
?>
|
||||
|
Loading…
Reference in New Issue
Block a user