hopefully fixed some ajax-errors

This commit is contained in:
dg9vh 2017-08-12 15:27:10 +02:00
parent 8567c32d94
commit ea338b7e2e

View file

@ -291,6 +291,8 @@ function getHeardList($logLines, $onlyLast) {
continue;
} else if(strpos($logLine,"bad LC received")) {
continue;
} else if(strpos($logLine,"non repeater RF header received")) {
continue;
}
if(strpos($logLine, "0000")){
@ -449,6 +451,8 @@ function getHeardList($logLines, $onlyLast) {
$id ="";
if ($mode == "D-Star") {
$id = substr($callsign2, strpos($callsign2,"/") + 1);
if(!$id)
$id="";
}