From ebf5d15633872ac6bebfcc6dfedd0fa8661097e1 Mon Sep 17 00:00:00 2001 From: dg9vh Date: Sat, 1 Oct 2016 14:55:59 +0000 Subject: [PATCH] show link to dmr.darc.de - database if ID not resolved to callsign --- include/lh.php | 2 +- include/localtx.php | 2 +- txinfo.php | 2 +- version.php | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/include/lh.php b/include/lh.php index b6dac32..3206e25 100644 --- a/include/lh.php +++ b/include/lh.php @@ -37,7 +37,7 @@ for ($i = 0; ($i < $totalLH); $i++) { if (constant("SHOWQRZ") && $listElem[2] !== "??????????" && !is_numeric($listElem[2])) { echo"".str_replace("0","Ø",$listElem[2]).""; } else { - echo"".str_replace("0","Ø",$listElem[2]).""; + echo"".$listElem[2].""; } if (defined("ENABLEXTDLOOKUP")) { echo "".getName($listElem[2]).""; diff --git a/include/localtx.php b/include/localtx.php index cd3a5f6..04d71a3 100644 --- a/include/localtx.php +++ b/include/localtx.php @@ -41,7 +41,7 @@ for ($i = 0; $i < count($localTXList); $i++) { if (constant("SHOWQRZ") && $listElem[2] !== "??????????" && !is_numeric($listElem[2])) { echo"".str_replace("0","Ø",$listElem[2]).""; } else { - echo"".str_replace("0","Ø",$listElem[2]).""; + echo"".$listElem[2].""; } if (defined("ENABLEXTDLOOKUP")) { echo "".getName($listElem[2]).""; diff --git a/txinfo.php b/txinfo.php index 425086b..86bd267 100644 --- a/txinfo.php +++ b/txinfo.php @@ -17,7 +17,7 @@ foreach ($lastHeard as $listElem) { if (constant("SHOWQRZ") && $listElem[2] !== "??????????" && !is_numeric($listElem[2])) { echo"".str_replace("0","Ø",$listElem[2]).""; } else { - echo"".str_replace("0","Ø",$listElem[2]).""; + echo"".$listElem[2].""; } if (defined("ENABLEXTDLOOKUP")) { echo "".getName($listElem[2]).""; diff --git a/version.php b/version.php index cb0adb0..ea00844 100644 --- a/version.php +++ b/version.php @@ -1,3 +1,3 @@