From b67935d3215094229e94ece55655590cba88e60e Mon Sep 17 00:00:00 2001 From: phl0 Date: Wed, 26 Oct 2016 01:47:11 +0200 Subject: [PATCH] Align with previous (DOS) formatting / line endings --- include/lh.php | 22 +++++++++++----------- include/localtx.php | 22 +++++++++++----------- 2 files changed, 22 insertions(+), 22 deletions(-) diff --git a/include/lh.php b/include/lh.php index 44be830..55e723c 100644 --- a/include/lh.php +++ b/include/lh.php @@ -34,17 +34,17 @@ for ($i = 0; ($i < $totalLH); $i++) { echo""; echo"$listElem[0]"; echo"$listElem[1]"; - if ($listElem[2] !== "??????????") { - if (!is_numeric($listElem[2])) { - if (constant("SHOWQRZ")) { - echo"".str_replace("0","Ø",$listElem[2]).""; - } else { - echo"".$listElem[2].""; - } - } else { - echo"".$listElem[2].""; - } - } + if ($listElem[2] !== "??????????") { + if (!is_numeric($listElem[2])) { + if (constant("SHOWQRZ")) { + echo"".str_replace("0","Ø",$listElem[2]).""; + } else { + echo"".$listElem[2].""; + } + } else { + echo"".$listElem[2].""; + } + } if (defined("ENABLEXTDLOOKUP")) { echo "".getName($listElem[2]).""; } diff --git a/include/localtx.php b/include/localtx.php index d8a4450..2f1d6f5 100644 --- a/include/localtx.php +++ b/include/localtx.php @@ -38,17 +38,17 @@ for ($i = 0; $i < count($localTXList); $i++) { echo""; echo"$listElem[0]"; echo"$listElem[1]"; - if ($listElem[2] !== "??????????") { - if (!is_numeric($listElem[2])) { - if (constant("SHOWQRZ")) { - echo"".str_replace("0","Ø",$listElem[2]).""; - } else { - echo"".$listElem[2].""; - } - } else { - echo"".$listElem[2].""; - } - } + if ($listElem[2] !== "??????????") { + if (!is_numeric($listElem[2])) { + if (constant("SHOWQRZ")) { + echo"".str_replace("0","Ø",$listElem[2]).""; + } else { + echo"".$listElem[2].""; + } + } else { + echo"".$listElem[2].""; + } + } if (defined("ENABLEXTDLOOKUP")) { echo "$listElem[3]"; }