From 810402ae4e453807dff3bc8bfbc7ab47e194e810 Mon Sep 17 00:00:00 2001 From: Rodolphe Quiedeville Date: Thu, 19 Dec 2002 23:12:56 +0000 Subject: [PATCH] *** empty log message *** --- htdocs/conf/conf.class.php3.sample | 9 ++------- 1 file changed, 2 insertions(+), 7 deletions(-) diff --git a/htdocs/conf/conf.class.php3.sample b/htdocs/conf/conf.class.php3.sample index afbaed292f8..e547690758f 100644 --- a/htdocs/conf/conf.class.php3.sample +++ b/htdocs/conf/conf.class.php3.sample @@ -33,21 +33,16 @@ class Conf { $this->db = new DbConf(); $this->propal = new PropalConf(); - $this->facture = new FactureConf(); - $this->fichinter = new FicheInterConf(); - $this->webcal = new WebcalConf(); - $this->produit = new ProduitConf(); - $this->service = new ServiceConf(); - $this->adherent = new AdherentConf(); - $this->domaine = new domaineConf(); + $this->commercial = 0; + $this->readonly = 0; $this->years = 2001;