Fix: Close db at wrong place
This commit is contained in:
parent
5a99076cf5
commit
5cf07a214c
@ -74,7 +74,8 @@ print "\n</div>\n";
|
|||||||
|
|
||||||
html_print_paybox_footer($mysoc,$langs);
|
html_print_paybox_footer($mysoc,$langs);
|
||||||
|
|
||||||
$db->close();
|
|
||||||
|
|
||||||
llxFooterPayBox();
|
llxFooterPayBox();
|
||||||
|
|
||||||
|
$db->close();
|
||||||
?>
|
?>
|
||||||
|
|||||||
@ -74,7 +74,7 @@ print "\n</div>\n";
|
|||||||
html_print_paybox_footer($mysoc,$langs);
|
html_print_paybox_footer($mysoc,$langs);
|
||||||
|
|
||||||
|
|
||||||
$db->close();
|
|
||||||
|
|
||||||
llxFooterPayBox();
|
llxFooterPayBox();
|
||||||
|
|
||||||
|
$db->close();
|
||||||
?>
|
?>
|
||||||
|
|||||||
@ -86,7 +86,7 @@ print "\n</div>\n";
|
|||||||
html_print_paypal_footer($mysoc,$langs);
|
html_print_paypal_footer($mysoc,$langs);
|
||||||
|
|
||||||
|
|
||||||
$db->close();
|
|
||||||
|
|
||||||
llxFooterPaypal();
|
llxFooterPaypal();
|
||||||
|
|
||||||
|
$db->close();
|
||||||
?>
|
?>
|
||||||
|
|||||||
@ -194,7 +194,7 @@ print "\n</div>\n";
|
|||||||
html_print_paypal_footer($mysoc,$langs);
|
html_print_paypal_footer($mysoc,$langs);
|
||||||
|
|
||||||
|
|
||||||
$db->close();
|
|
||||||
|
|
||||||
llxFooterPaypal();
|
llxFooterPaypal();
|
||||||
|
|
||||||
|
$db->close();
|
||||||
?>
|
?>
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user