From 1436a9199856d9a1841d914c2d14ad83182a1830 Mon Sep 17 00:00:00 2001 From: Laurent Destailleur Date: Wed, 12 Jan 2005 20:22:20 +0000 Subject: [PATCH] =?UTF-8?q?Fix:=20include=20d=E9clar=E9=202=20fois.?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- htdocs/adherents/fiche.php | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/htdocs/adherents/fiche.php b/htdocs/adherents/fiche.php index 79bda6f3109..fb305bc212f 100644 --- a/htdocs/adherents/fiche.php +++ b/htdocs/adherents/fiche.php @@ -33,11 +33,11 @@ require("./pre.inc.php"); $langs->load("companies"); $langs->load("bills"); -require(DOL_DOCUMENT_ROOT."/adherents/adherent.class.php"); -require(DOL_DOCUMENT_ROOT."/adherents/adherent_type.class.php"); -require(DOL_DOCUMENT_ROOT."/adherents/adherent_options.class.php"); -require(DOL_DOCUMENT_ROOT."/adherents/XML-RPC.functions.php"); -require(DOL_DOCUMENT_ROOT."/compta/bank/account.class.php"); +require_once(DOL_DOCUMENT_ROOT."/adherents/adherent.class.php"); +require_once(DOL_DOCUMENT_ROOT."/adherents/adherent_type.class.php"); +require_once(DOL_DOCUMENT_ROOT."/adherents/adherent_options.class.php"); +require_once(DOL_DOCUMENT_ROOT."/adherents/XML-RPC.functions.php"); +require_once(DOL_DOCUMENT_ROOT."/compta/bank/account.class.php"); $adho = new AdherentOptions($db); $errmsg='';