Fix: Missing closing db
This commit is contained in:
parent
5f6b52a7e5
commit
0c3e604de0
@ -104,3 +104,8 @@ jQuery(function($){
|
||||
yearSuffix: ''};
|
||||
$.datepicker.setDefaults($.datepicker.regional['<?php echo $langs->defaultlang ?>']);
|
||||
});
|
||||
|
||||
|
||||
<?php
|
||||
if (is_object($db)) $db->close();
|
||||
?>
|
||||
Loading…
Reference in New Issue
Block a user