From db804acbc4d38047c1f66375affcd86fd30897fd Mon Sep 17 00:00:00 2001 From: dg9vh Date: Fri, 7 Oct 2016 19:38:29 +0000 Subject: [PATCH] fixed callsign lookup at qrz.com in txinfo --- txinfo.php | 6 ++++-- version.php | 2 +- 2 files changed, 5 insertions(+), 3 deletions(-) diff --git a/txinfo.php b/txinfo.php index 8ea0d7a..457b6d5 100644 --- a/txinfo.php +++ b/txinfo.php @@ -19,11 +19,13 @@ foreach ($lastHeard as $listElem) { if ($listElem[7] == null) { echo"$listElem[0]"; echo"$listElem[1]"; - if (constant("SHOWQRZ") && $listElem[2] !== "??????????" && !is_numeric($listElem[2])) { + /*if (constant("SHOWQRZ") && $listElem[2] !== "??????????" && !is_numeric($listElem[2])) { echo"".str_replace("0","Ø",$listElem[2]).""; } else { echo"".$listElem[2].""; - } + }*/ + echo"$listElem[2]"; + if (defined("ENABLEXTDLOOKUP")) { //echo "".getName($listElem[2]).""; echo "$listElem[3]"; diff --git a/version.php b/version.php index 32d38a0..9ea45c1 100644 --- a/version.php +++ b/version.php @@ -1,3 +1,3 @@