diff --git a/htdocs/conf/conf.class.php3.sample b/htdocs/conf/conf.class.php3.sample index 305921029e5..9b3b9fcca49 100644 --- a/htdocs/conf/conf.class.php3.sample +++ b/htdocs/conf/conf.class.php3.sample @@ -1,5 +1,5 @@ +/* Copyright (C) 2002-2003 Rodolphe Quiedeville * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by @@ -36,15 +36,15 @@ class Conf { $this->commercial = 0; $this->voyage = 0; - $this->compta = new ComptaConf(); - $this->propal = new PropalConf(); - $this->facture = new FactureConf(); + $this->compta = new ComptaConf(); + $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->webcal = new WebcalConf(); + $this->produit = new ProduitConf(); + $this->service = new ServiceConf(); + $this->adherent = new AdherentConf(); + $this->domaine = new DomaineConf(); $this->readonly = 0;