From 5948cb4ad6b662c371ca464c93365bebd752ba9c Mon Sep 17 00:00:00 2001 From: MiGri Date: Mon, 6 May 2019 14:06:00 +0200 Subject: [PATCH] Update functions.php dmr.darc.de not longer works. use ham-digital.org instead --- include/functions.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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);