diff --git a/htdocs/main.inc.php3 b/htdocs/main.inc.php3 index 740df09be20..d4af7ebd73e 100644 --- a/htdocs/main.inc.php3 +++ b/htdocs/main.inc.php3 @@ -26,9 +26,9 @@ require ($GLOBALS["DOCUMENT_ROOT"]."/product.class.php3"); require ($GLOBALS["DOCUMENT_ROOT"]."/user.class.php3"); require ($GLOBALS["DOCUMENT_ROOT"]."/menu.class.php3"); require ($GLOBALS["DOCUMENT_ROOT"]."/societe.class.php3"); +require ($GLOBALS["DOCUMENT_ROOT"]."/html.form.class.php3"); require ($GLOBALS["DOCUMENT_ROOT"]."/rtplang.class.php"); - $conf = new Conf(); $db = new Db(); diff --git a/htdocs/paiement.class.php b/htdocs/paiement.class.php index 2d26ba558e9..309b5f27701 100644 --- a/htdocs/paiement.class.php +++ b/htdocs/paiement.class.php @@ -20,8 +20,6 @@ * */ -require ($GLOBALS["DOCUMENT_ROOT"]."/html.form.class.php"); - class Paiement { var $id;