make getActualReflector\(...\) now working in DMRplus
This commit is contained in:
parent
5ce900bf06
commit
0c13335d75
1 changed files with 2 additions and 2 deletions
|
@ -457,7 +457,7 @@ function getActualReflector($logLines, $mode) {
|
|||
|
||||
if ( $source == "RF") {
|
||||
$to = substr($logLine, strpos($logLine, "to") + 3);
|
||||
if (strlen($to) == 5 && startsWith($to, "4")) {
|
||||
if (strlen($to) < 6 && startsWith($to, "4")) {
|
||||
return "Reflector ".$to." (not cfmd)";
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue