Skip to content
Snippets Groups Projects
Commit 0c3e604d authored by Laurent Destailleur's avatar Laurent Destailleur
Browse files

Fix: Missing closing db

parent 5f6b52a7
No related branches found
No related tags found
No related merge requests found
...@@ -104,3 +104,8 @@ jQuery(function($){ ...@@ -104,3 +104,8 @@ jQuery(function($){
yearSuffix: ''}; yearSuffix: ''};
$.datepicker.setDefaults($.datepicker.regional['<?php echo $langs->defaultlang ?>']); $.datepicker.setDefaults($.datepicker.regional['<?php echo $langs->defaultlang ?>']);
}); });
<?php
if (is_object($db)) $db->close();
?>
\ No newline at end of file
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment