From 9b197c144d3808f231b728a63e13e391d9ff01ce Mon Sep 17 00:00:00 2001 From: Rodolphe Quiedeville Date: Sun, 29 Jun 2003 11:54:07 +0000 Subject: [PATCH] =?UTF-8?q?mise=20=E0=20jour=20mineure?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- mysql/data/data.sql | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/mysql/data/data.sql b/mysql/data/data.sql index 876729e1a79..2047ae238ab 100644 --- a/mysql/data/data.sql +++ b/mysql/data/data.sql @@ -39,7 +39,6 @@ insert into llx_boxes (box_id, position) values (3,0); -- -- Constantes de configuration -- - insert into llx_const(name, value, type) values ('FAC_PDF_FAX','01 02 03 04 05','chaine'); insert into llx_const(name, value, type) values ('FAC_PDF_SIRET','123 456 789','chaine'); insert into llx_const(name, value, type) values ('FAC_PDF_INTITULE','Dolibarr','chaine'); @@ -47,9 +46,7 @@ insert into llx_const(name, value, type) values ('FAC_PDF_SIREN','123 456 789 12 insert into llx_const(name, value, type) values ('FAC_PDF_TEL','05 04 03 02 01','chaine'); insert into llx_const(name, value, type) values ('FAC_PDF_ADRESSE','1 quai Martin\n56400 Auray','texte'); - - -insert into llx_const(name, value, type, note) values ('MAIN_START_YEAR','2001','chaine','Année de départ'); +insert into llx_const(name, value, type, note) values ('MAIN_START_YEAR','2003','chaine','Année de départ'); insert into llx_const(name, value, type) values ('DONS_FORM','fsfe.fr.php','chaine');