correcting comment

This commit is contained in:
dg9vh 2016-06-05 10:28:23 +00:00
parent bcf281dee0
commit 9599b66c5a

View file

@ -226,7 +226,7 @@ function getHeardList($logLines) {
break;
}
// Callsign or ID should be less than 8 chars long, otherwise it could be errorneous
// Callsign or ID should be less than 10 chars long, otherwise it could be errorneous
if ( strlen($callsign) < 10 ) {
array_push($heardList, array($timestamp, $mode, $callsign, $id, $target, $source, $duration, $loss, $ber));
$duration = "";