From 84f70668200f517f65e5745e6c9d5a221be2c162 Mon Sep 17 00:00:00 2001 From: dg9vh Date: Sun, 5 Jun 2016 17:54:50 +0000 Subject: [PATCH] raised size of callsign to catch all in YSF --- include/functions.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/include/functions.php b/include/functions.php index 0610a91..0a1932b 100644 --- a/include/functions.php +++ b/include/functions.php @@ -226,8 +226,8 @@ function getHeardList($logLines) { break; } - // Callsign or ID should be less than 10 chars long, otherwise it could be errorneous - if ( strlen($callsign) < 10 ) { + // Callsign or ID should be less than 11 chars long, otherwise it could be errorneous + if ( strlen($callsign) < 11 ) { array_push($heardList, array($timestamp, $mode, $callsign, $id, $target, $source, $duration, $loss, $ber)); $duration = ""; $loss ="";