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 @@