Fix: Close db connexion

This commit is contained in:
Laurent Destailleur 2011-10-31 01:00:35 +01:00
parent 6a13f0bfeb
commit d7f90877bc

View File

@ -71,3 +71,6 @@ i18n["Quarter"] = "<?php echo $langs->transnoentities("Quarter") ?>";
i18n["Period"] = "<?php echo $langs->transnoentities("Period") ?>";
<?php
if (is_object($db)) $db->close();
?>