callsignlength ...

This commit is contained in:
dg9vh 2016-05-03 22:27:01 +02:00
parent ec61c44fe2
commit d9694aaa23

View file

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