diff --git a/htdocs/projet/tasks/comment.php b/htdocs/projet/tasks/comment.php index 6c4b7f56d3f..c1b6c1b2848 100644 --- a/htdocs/projet/tasks/comment.php +++ b/htdocs/projet/tasks/comment.php @@ -278,6 +278,6 @@ if ($id > 0 || ! empty($ref)) } } - +// End of page llxFooter(); $db->close(); diff --git a/htdocs/public/test/test_forms.php b/htdocs/public/test/test_forms.php index 0250bb2c39f..614b10c976a 100644 --- a/htdocs/public/test/test_forms.php +++ b/htdocs/public/test/test_forms.php @@ -94,6 +94,6 @@ $array=array(1=>'Value 1',2=>'Value 2',3=>'Value 3'); $arrayselected=array(1,3); print $form->multiselectarray('testmulti', $array, $arrayselected, '', 0, '', 0, 250); - +// End of page llxFooter(); $db->close(); diff --git a/htdocs/resource/card.php b/htdocs/resource/card.php index e4a21ae9888..5ba98ae9f69 100644 --- a/htdocs/resource/card.php +++ b/htdocs/resource/card.php @@ -401,8 +401,6 @@ else { dol_print_error(); } - - // End of page llxFooter(); $db->close(); diff --git a/htdocs/resource/element_resource.php b/htdocs/resource/element_resource.php index b844fce0f6c..adbd8eec87f 100644 --- a/htdocs/resource/element_resource.php +++ b/htdocs/resource/element_resource.php @@ -473,6 +473,6 @@ else } } +// End of page llxFooter(); - $db->close(); diff --git a/htdocs/stripe/payment.php b/htdocs/stripe/payment.php index 8ad547a47ee..f0c950d85ac 100644 --- a/htdocs/stripe/payment.php +++ b/htdocs/stripe/payment.php @@ -1113,6 +1113,6 @@ if (! GETPOST('action')) } } +// End of page llxFooter(); - $db->close(); diff --git a/htdocs/variants/generator.php b/htdocs/variants/generator.php index 35cd9fc2a24..b5498aa78ef 100644 --- a/htdocs/variants/generator.php +++ b/htdocs/variants/generator.php @@ -374,5 +374,7 @@ if (! empty($id) || ! empty($ref)) { close(); } \ No newline at end of file diff --git a/htdocs/website/websiteaccount_card.php b/htdocs/website/websiteaccount_card.php index 0bc4428deb2..49009d8f4e7 100644 --- a/htdocs/website/websiteaccount_card.php +++ b/htdocs/website/websiteaccount_card.php @@ -382,7 +382,6 @@ if ($object->id > 0 && (empty($action) || ($action != 'edit' && $action != 'crea include DOL_DOCUMENT_ROOT.'/core/tpl/card_presend.tpl.php'; } - // End of page llxFooter(); $db->close();