From d9694aaa23099fa11d75a07ddb1c6c3bc88721b5 Mon Sep 17 00:00:00 2001 From: dg9vh Date: Tue, 3 May 2016 22:27:01 +0200 Subject: [PATCH] callsignlength ... --- include/functions.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/include/functions.php b/include/functions.php index 078c0aa..c9fa768 100644 --- a/include/functions.php +++ b/include/functions.php @@ -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 ="";