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
@ -44,7 +44,7 @@ class Conf {
$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;