standardize code

This commit is contained in:
Philippe GRAND 2018-08-17 17:55:00 +02:00
parent ab22c9d0de
commit a31ad5af3d
7 changed files with 7 additions and 8 deletions

View File

@ -278,6 +278,6 @@ if ($id > 0 || ! empty($ref))
}
}
// End of page
llxFooter();
$db->close();

View File

@ -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();

View File

@ -401,8 +401,6 @@ else {
dol_print_error();
}
// End of page
llxFooter();
$db->close();

View File

@ -473,6 +473,6 @@ else
}
}
// End of page
llxFooter();
$db->close();

View File

@ -1113,6 +1113,6 @@ if (! GETPOST('action'))
}
}
// End of page
llxFooter();
$db->close();

View File

@ -374,5 +374,7 @@ if (! empty($id) || ! empty($ref)) {
<?php
llxFooter();
// End of page
llxFooter();
$db->close();
}

View File

@ -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();