standardize

This commit is contained in:
Philippe GRAND 2018-07-29 11:33:52 +02:00
parent 892174cbf8
commit 69feb3af14
12 changed files with 13 additions and 11 deletions

View File

@ -109,6 +109,6 @@ if ($action == 'edit' && ! empty($attrname))
require DOL_DOCUMENT_ROOT.'/core/tpl/admin_extrafields_edit.tpl.php';
}
// End of page
llxFooter();
$db->close();

View File

@ -107,6 +107,6 @@ if ($action == 'edit' && ! empty($attrname))
require DOL_DOCUMENT_ROOT.'/core/tpl/admin_extrafields_edit.tpl.php';
}
// End of page
llxFooter();
$db->close();

View File

@ -107,9 +107,8 @@ else
print '</div>';
}
// Page end
dol_fiche_end();
// End of page
llxFooter();
$db->close();

View File

@ -148,6 +148,6 @@ else
accessforbidden('',0,0);
}
// End of page
llxFooter();
$db->close();

View File

@ -79,5 +79,6 @@ print '</div>';
dol_fiche_end();
// End of page
llxFooter();
$db->close();

View File

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

View File

@ -851,7 +851,6 @@ if ($rowid > 0)
}
}
// End of page
llxFooter();
$db->close();

View File

@ -190,5 +190,6 @@ else {
print 'Bad parameters in URL. Must be '.$_SERVER['PHP_SELF'].'?caller=99999&called=99999&login=xxxxx&password=xxxxx';
}
// End of page
llxFooter();
$db->close();

View File

@ -319,6 +319,6 @@ if ($conf->product->enabled || $conf->product->service)
print '</form>';
print '<br>';
// End of page
llxFooter();
$db->close();

View File

@ -441,6 +441,6 @@ print '<br><input class="button" type="submit" id="submitformbarcodegen" '.((GET
print '</form>';
print '<br>';
// End of page
llxFooter();
$db->close();

View File

@ -178,5 +178,6 @@ if (GETPOST('withtab','alpha'))
print '<br><br>';
// End of page
llxFooter();
$db->close();

View File

@ -587,5 +587,6 @@ if (GETPOST('withtab','alpha'))
print '<br><br>';
// End of page
llxFooter();
$db->close();
$db->close();