From b1fa0280d13e9efe3dc9eb3c3d9c731e807fa545 Mon Sep 17 00:00:00 2001 From: Regis Houssin Date: Wed, 4 Apr 2007 11:29:29 +0000 Subject: [PATCH] Fix: bug #19498 --- htdocs/client.class.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/htdocs/client.class.php b/htdocs/client.class.php index 874e9c16d53..86764a9c123 100644 --- a/htdocs/client.class.php +++ b/htdocs/client.class.php @@ -32,7 +32,7 @@ \brief Classe permettant la gestion des clients */ -include_once(DOL_DOCUMENT_ROOT."/societe.class.php"); +require_once(DOL_DOCUMENT_ROOT."/societe.class.php"); class Client extends Societe