From 016546c16954dd35bee4b81a029f19defc9e4fb2 Mon Sep 17 00:00:00 2001 From: dg9vh Date: Tue, 31 May 2016 15:31:16 +0000 Subject: [PATCH] resized callsign-length to catch all YSF-callsigns --- include/functions.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/include/functions.php b/include/functions.php index 7482af4..aebfac6 100644 --- a/include/functions.php +++ b/include/functions.php @@ -227,7 +227,7 @@ function getHeardList($logLines) { } // Callsign or ID should be less than 8 chars long, otherwise it could be errorneous - if ( strlen($callsign) < 8 ) { + if ( strlen($callsign) < 10 ) { array_push($heardList, array($timestamp, $mode, $callsign, $id, $target, $source, $duration, $loss, $ber)); $duration = ""; $loss ="";