Bugfix in txinfo
This commit is contained in:
parent
1f105f5743
commit
dd538d326f
2 changed files with 6 additions and 2 deletions
|
@ -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>";
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
}
|
||||||
}
|
}
|
||||||
?>
|
?>
|
||||||
|
|
|
@ -1,3 +1,3 @@
|
||||||
<?php
|
<?php
|
||||||
define("VERSION", "20161123-1");
|
define("VERSION", "20161123-2");
|
||||||
?>
|
?>
|
||||||
|
|
Loading…
Reference in a new issue