Bugfix in txinfo
This commit is contained in:
parent
1f105f5743
commit
dd538d326f
2 changed files with 6 additions and 2 deletions
|
@ -69,7 +69,11 @@ foreach ($lastHeard as $listElem) {
|
|||
echo "</tr>";
|
||||
} else {
|
||||
if ($counter == 1) {
|
||||
echo "<tr><td colspan='7'></td></tr>";
|
||||
if (defined("ENABLEXTDLOOKUP")) {
|
||||
echo "<tr><td colspan='8'></td></tr>";
|
||||
} else {
|
||||
echo "<tr><td colspan='7'></td></tr>";
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
|
@ -1,3 +1,3 @@
|
|||
<?php
|
||||
define("VERSION", "20161123-1");
|
||||
define("VERSION", "20161123-2");
|
||||
?>
|
||||
|
|
Loading…
Reference in a new issue