band rx var must be provided

pull/273/head
Peter Goodhall 2019-05-16 22:07:05 +01:00
rodzic 5eff3f015b
commit 3f464c5499
1 zmienionych plików z 2 dodań i 0 usunięć

Wyświetl plik

@ -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 = "";
}
}