mirror of
https://github.com/wavelog/wavelog.git
synced 2026-03-22 10:24:14 +00:00
Handle non-SAT cases without throwing errors
* Also test mode and frequency for != "NULL" * Remove useless code * Forgotten change of variable name * Set NULL as default for missing frequency
This commit is contained in:
@@ -118,7 +118,7 @@
|
||||
}
|
||||
|
||||
// Get Satellite Mode
|
||||
$uplink_mode = $this->get_mode_designator($row->uplink_freq);
|
||||
$uplink_mode = $this->get_mode_designator($row->frequency);
|
||||
$downlink_mode = $this->get_mode_designator($row->downlink_freq);
|
||||
|
||||
if (empty($uplink_mode)) {
|
||||
|
||||
Reference in New Issue
Block a user