*** empty log message ***

This commit is contained in:
Rodolphe Quiedeville 2002-12-21 16:39:03 +00:00
parent edcf87ba71
commit 2d7330bcca

View File

@ -134,6 +134,21 @@ class FicheInterConf {
$this->outputurl = "/document/fichinter"; $this->outputurl = "/document/fichinter";
} }
} }
/*
* Dons
*
*/
class DonConf {
Function DonConf() {
$this->enabled = 0;
/*
* Paiement en ligne
*/
$this->onlinepayment = 0;
}
}
/* /*
* Produits * Produits
* *