Correct indendiation

This commit is contained in:
phl0 2016-09-20 12:01:29 +02:00
parent 155955e31d
commit fae1bcde9b
No known key found for this signature in database
GPG key ID: 48EA1E640798CA9A

View file

@ -258,10 +258,10 @@ function getHeardList($logLines, $onlyLast) {
$ber = $ts2ber; $ber = $ts2ber;
break; break;
case "YSF": case "YSF":
$duration = $ysfduration; $duration = $ysfduration;
$loss = $ysfloss; $loss = $ysfloss;
$ber = $ysfber; $ber = $ysfber;
break; break;
} }
// Callsign or ID should be less than 11 chars long, otherwise it could be errorneous // Callsign or ID should be less than 11 chars long, otherwise it could be errorneous