Syntax Error

This commit is contained in:
Rodolphe Quiedeville 2003-02-01 17:30:54 +00:00
parent 520c5704dd
commit cc4040bc07

View File

@ -1,5 +1,5 @@
<?PHP <?PHP
/* Copyright (C) 2002 Rodolphe Quiedeville <rodolphe@quiedeville.org> /* Copyright (C) 2002-2003 Rodolphe Quiedeville <rodolphe@quiedeville.org>
* *
* This program is free software; you can redistribute it and/or modify * 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 * it under the terms of the GNU General Public License as published by
@ -36,15 +36,15 @@ class Conf {
$this->commercial = 0; $this->commercial = 0;
$this->voyage = 0; $this->voyage = 0;
$this->compta = new ComptaConf(); $this->compta = new ComptaConf();
$this->propal = new PropalConf(); $this->propal = new PropalConf();
$this->facture = new FactureConf(); $this->facture = new FactureConf();
$this->fichinter = new FicheInterConf(); $this->fichinter = new FicheInterConf();
$this->webcal = new WebcalConf(); $this->webcal = new WebcalConf();
$this->produit = new ProduitConf(); $this->produit = new ProduitConf();
$this->service = new ServiceConf(); $this->service = new ServiceConf();
$this->adherent = new AdherentConf(); $this->adherent = new AdherentConf();
$this->domaine = new domaineConf(); $this->domaine = new DomaineConf();
$this->readonly = 0; $this->readonly = 0;