diff --git a/include/functions.php b/include/functions.php
index 569761d..870d104 100644
--- a/include/functions.php
+++ b/include/functions.php
@@ -566,10 +566,10 @@ function getLastHeard($logLines, $onlyLast) {
if (defined("SHOWQRZ")) {
$listElem[2] = "".str_replace("0","Ø",$listElem[2])."";
} else {
- $listElem[2] = "".$listElem[2]."";
+ $listElem[2] = "".$listElem[2]."";
}
} else {
- $listElem[2] = "".$listElem[2]."";
+ $listElem[2] = "".$listElem[2]."";
}
}
array_push($lastHeard, $listElem);