Fix: Close db at wrong place

This commit is contained in:
Laurent Destailleur 2012-12-16 19:42:58 +01:00
parent 5a99076cf5
commit 5cf07a214c
4 changed files with 8 additions and 7 deletions

View File

@ -74,7 +74,8 @@ print "\n</div>\n";
html_print_paybox_footer($mysoc,$langs);
$db->close();
llxFooterPayBox();
$db->close();
?>

View File

@ -74,7 +74,7 @@ print "\n</div>\n";
html_print_paybox_footer($mysoc,$langs);
$db->close();
llxFooterPayBox();
$db->close();
?>

View File

@ -86,7 +86,7 @@ print "\n</div>\n";
html_print_paypal_footer($mysoc,$langs);
$db->close();
llxFooterPaypal();
$db->close();
?>

View File

@ -194,7 +194,7 @@ print "\n</div>\n";
html_print_paypal_footer($mysoc,$langs);
$db->close();
llxFooterPaypal();
$db->close();
?>