From db1f464f7781644191a412f1a11fcba2d01ec22f Mon Sep 17 00:00:00 2001 From: Laurent Destailleur Date: Sun, 20 Mar 2005 00:36:33 +0000 Subject: [PATCH] =?UTF-8?q?Le=20mode=20debug=20n'est=20pas=20actif=20par?= =?UTF-8?q?=20d=E9faut=20(mode=20conseill=E9=20pour=20le=20dev=20mais=20pa?= =?UTF-8?q?s=20en=20production)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- mysql/data/data.sql | 4 ++-- pgsql/data/data.sql | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/mysql/data/data.sql b/mysql/data/data.sql index 13d65b1fe5a..805d132f4a3 100644 --- a/mysql/data/data.sql +++ b/mysql/data/data.sql @@ -53,7 +53,7 @@ insert into llx_const (name, value, type, note, visible) values ('MAIN_NOT_INSTA insert into llx_const (name, value, type, note, visible) values ('MAIN_MAIL_FROM','dolibarr-robot@domain.com','chaine','EMail emetteur pour les notifications automatiques Dolibarr',1); insert into llx_const (name, value, type, note, visible) values ('MAIN_TITLE','Dolibarr','chaine','Titre des pages',1); -insert into llx_const (name, value, type, note, visible) values ('MAIN_DEBUG','1','yesno','Debug ..',1); +insert into llx_const (name, value, type, note, visible) values ('MAIN_DEBUG','0','yesno','Mode debug actif ou non',1); insert into llx_const (name, value, type, note, visible) values ('COMPTA_ONLINE_PAYMENT_BPLC','1','yesno','Système de gestion de la banque populaire de Lorraine',0); @@ -93,7 +93,7 @@ insert into llx_const (name, value, type, note, visible) values ('ADHERENT_MAIL_ -- -- Mail Mailing -- -insert into llx_const (name, value, type, note) values ('MAILING_EMAIL','mailing@societe.com','chaine','Champ From du mail pour mailing clients/prospects'); +insert into llx_const (name, value, type, note) values ('MAILING_EMAIL_FROM','mailing@societe.com','chaine','Champ From du mail pour mailing clients/prospects'); -- -- Mailman diff --git a/pgsql/data/data.sql b/pgsql/data/data.sql index 9a4ef0bc7c7..e87f77113a3 100644 --- a/pgsql/data/data.sql +++ b/pgsql/data/data.sql @@ -53,7 +53,7 @@ insert into llx_const (name, value, type, note, visible) values ('MAIN_NOT_INSTA insert into llx_const (name, value, type, note, visible) values ('MAIN_MAIL_FROM','dolibarr-robot@domain.com','chaine','EMail emetteur pour les notifications automatiques Dolibarr',1); insert into llx_const (name, value, type, note, visible) values ('MAIN_TITLE','Dolibarr','chaine','Titre des pages',1); -insert into llx_const (name, value, type, note, visible) values ('MAIN_DEBUG','1','yesno','Debug ..',1); +insert into llx_const (name, value, type, note, visible) values ('MAIN_DEBUG','0','yesno','Mode debug actif ou non',1); insert into llx_const (name, value, type, note, visible) values ('COMPTA_ONLINE_PAYMENT_BPLC','1','yesno','Système de gestion de la banque populaire de Lorraine',0); @@ -93,7 +93,7 @@ insert into llx_const (name, value, type, note, visible) values ('ADHERENT_MAIL_ -- -- Mail Mailing -- -insert into llx_const (name, value, type, note) values ('MAILING_EMAIL','mailing@societe.com','chaine','Champ From du mail pour mailing clients/prospects'); +insert into llx_const (name, value, type, note) values ('MAILING_EMAIL_FROM','mailing@societe.com','chaine','Champ From du mail pour mailing clients/prospects'); -- -- Mailman