Fix: Missing closing db

This commit is contained in:
Laurent Destailleur 2011-10-30 18:58:30 +01:00
parent 5f6b52a7e5
commit 0c3e604de0

View File

@ -104,3 +104,8 @@ jQuery(function($){
yearSuffix: ''};
$.datepicker.setDefaults($.datepicker.regional['<?php echo $langs->defaultlang ?>']);
});
<?php
if (is_object($db)) $db->close();
?>