mirror of
https://github.com/magicbug/Cloudlog
synced 2024-11-23 01:59:14 +00:00
band rx var must be provided
This commit is contained in:
parent
5eff3f015b
commit
3f464c5499
@ -869,6 +869,8 @@ class Logbook_model extends CI_Model {
|
||||
$myfreq = str_replace(array('.', ','), '' , $record['freq'].'0');
|
||||
|
||||
$band_rx = $CI->frequency->GetBand($myfreq);
|
||||
} else {
|
||||
$band_rx = "";
|
||||
}
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user