Bugfix in txinfo

This commit is contained in:
dg9vh 2016-11-23 16:43:24 +00:00
parent 1f105f5743
commit dd538d326f
2 changed files with 6 additions and 2 deletions

View file

@ -69,8 +69,12 @@ foreach ($lastHeard as $listElem) {
echo "</tr>"; echo "</tr>";
} else { } else {
if ($counter == 1) { if ($counter == 1) {
if (defined("ENABLEXTDLOOKUP")) {
echo "<tr><td colspan='8'></td></tr>";
} else {
echo "<tr><td colspan='7'></td></tr>"; echo "<tr><td colspan='7'></td></tr>";
} }
} }
} }
}
?> ?>

View file

@ -1,3 +1,3 @@
<?php <?php
define("VERSION", "20161123-1"); define("VERSION", "20161123-2");
?> ?>