hopefully fixed some ajax-errors
This commit is contained in:
parent
8567c32d94
commit
ea338b7e2e
1 changed files with 4 additions and 0 deletions
|
@ -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="";
|
||||
}
|
||||
|
||||
|
||||
|
|
Loading…
Reference in a new issue