From d75833d2157464aed61cd80e7c61a171004ab9a2 Mon Sep 17 00:00:00 2001 From: Rodolphe Quiedeville Date: Sun, 22 Dec 2002 19:37:00 +0000 Subject: [PATCH] *** empty log message *** --- htdocs/main.inc.php3 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/htdocs/main.inc.php3 b/htdocs/main.inc.php3 index d4af7ebd73e..04c334a7abb 100644 --- a/htdocs/main.inc.php3 +++ b/htdocs/main.inc.php3 @@ -26,7 +26,7 @@ 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"]."/html.form.class.php"); require ($GLOBALS["DOCUMENT_ROOT"]."/rtplang.class.php"); $conf = new Conf();