*** empty log message ***

This commit is contained in:
Rodolphe Quiedeville 2002-05-04 12:15:48 +00:00
parent b1ee67ae91
commit 543d3d5241
2 changed files with 37 additions and 37 deletions

View File

@ -34,7 +34,7 @@ class Conf {
$this->facture = new FactureConf(); $this->facture = new FactureConf();
$this->fichinter = new FichinterConf(); $this->fichinter = new FicheInterConf();
$this->webcal = new WebcalConf(); $this->webcal = new WebcalConf();
@ -78,7 +78,7 @@ class DbConf {
} }
class WebcalConf { class WebcalConf {
Function WebcalConf { Function WebcalConf() {
$this->enabled = 1; $this->enabled = 1;
$this->db = new DbConf(); $this->db = new DbConf();