[feladat @ 79]
Bugfix. The link to the pages that should list zones starting with a
number was incorrect (only reproducable if number of records to be
shown was larger than the limit of the number of rows on a page).
<?
global $db;
if(is_object($db))
{
$db->disconnect();
}
?>
</div> <!-- /content -->
<div class="footer">
<a href="https://rejo.zenger.nl/poweradmin/">a complete(r) <strong>poweradmin</strong></a>
</div>
<?
if(file_exists('inc/custom_footer.inc.php'))
{
include('inc/custom_footer.inc.php');
}
?>
</body>
</html>