callsignlength ...
This commit is contained in:
parent
ec61c44fe2
commit
d9694aaa23
1 changed files with 1 additions and 1 deletions
|
@ -107,7 +107,7 @@ function getHeardList($logLines) {
|
|||
}
|
||||
|
||||
|
||||
if ( strlen($callsign) < 7 ) {
|
||||
if ( strlen($callsign) < 8 ) {
|
||||
array_push($heardList, array($timestamp, $mode, $callsign, $id, $target, $source, $duration, $loss, $ber));
|
||||
$duration = "";
|
||||
$loss ="";
|
||||
|
|
Loading…
Reference in a new issue