From 9599b66c5a28835b8eb7d47e0415c763b4c1ece7 Mon Sep 17 00:00:00 2001 From: dg9vh Date: Sun, 5 Jun 2016 10:28:23 +0000 Subject: [PATCH] correcting comment --- include/functions.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/include/functions.php b/include/functions.php index aeb3c2c..0610a91 100644 --- a/include/functions.php +++ b/include/functions.php @@ -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 = "";