Uniformize code

This commit is contained in:
Laurent Destailleur 2011-06-08 16:44:22 +00:00
parent 0d1ae6a71d
commit 3cf65ac780

View File

@ -41,7 +41,6 @@ if (!$user->admin)
accessforbidden(); accessforbidden();
$typeconst=array('yesno','texte','chaine'); $typeconst=array('yesno','texte','chaine');
$dir = DOL_DOCUMENT_ROOT."/includes/modules/facture/";
/* /*
@ -232,6 +231,7 @@ $linkback='<a href="'.DOL_URL_ROOT.'/admin/modules.php">'.$langs->trans("BackToM
print_fiche_titre($langs->trans("BillsSetup"),$linkback,'setup'); print_fiche_titre($langs->trans("BillsSetup"),$linkback,'setup');
print '<br>'; print '<br>';
/*
$h = 0; $h = 0;
$head[$h][0] = DOL_URL_ROOT."/admin/facture.php"; $head[$h][0] = DOL_URL_ROOT."/admin/facture.php";
@ -240,6 +240,7 @@ $hselected=$h;
$h++; $h++;
dol_fiche_head($head, $hselected, $langs->trans("ModuleSetup")); dol_fiche_head($head, $hselected, $langs->trans("ModuleSetup"));
*/
/* /*
@ -713,7 +714,7 @@ print "<tr ".$bc[false].">\n <td width=\"140\">".$langs->trans("PathDirectory")
print "</table>\n"; print "</table>\n";
dol_fiche_end(); //dol_fiche_end();
$db->close(); $db->close();