From 8d98882ca560589b42838cf87d65dd127e6e6af5 Mon Sep 17 00:00:00 2001 From: loic Date: Fri, 12 Sep 2003 12:50:22 +0000 Subject: [PATCH] =?UTF-8?q?Le=20syst=E8me=20des=20dons=20se=20base=20encor?= =?UTF-8?q?e=20sur=20l'ancien=20conf.class.php=20donc=20mise=20=E0=20jour?= =?UTF-8?q?=20sans=20tentative=20de=20g=E9n=E9raliser?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- htdocs/conf/conf.class.php | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/htdocs/conf/conf.class.php b/htdocs/conf/conf.class.php index 4f892c98172..b2d290edf51 100644 --- a/htdocs/conf/conf.class.php +++ b/htdocs/conf/conf.class.php @@ -41,6 +41,7 @@ class Conf $this->service = new ServiceConf(); $this->adherent = new AdherentConf(); $this->domaine = new DomaineConf(); + $this->don = new DonConf(); $this->readonly = 0; $this->voyage = 0; @@ -84,13 +85,13 @@ class DbConf { SetEnv LLX_DBPASS pass SetEnv LLX_DBNAME dolibarr */ -/* + $this->type = getenv("LLX_DBTYPE"); $this->host = getenv("LLX_DBHOST"); $this->user = getenv("LLX_DBUSER"); $this->pass = getenv("LLX_DBPASS"); $this->name = getenv("LLX_DBNAME"); -*/ + } /** return the dsn according to the pear syntax @@ -141,7 +142,7 @@ class DonConf { Function DonConf() { - $this->enabled = 0; + $this->enabled = 1; /* Paiement en ligne */