diff --git a/mysql/data/data.sql b/mysql/data/data.sql index 9b593dc4771..11f32cfbd7d 100644 --- a/mysql/data/data.sql +++ b/mysql/data/data.sql @@ -164,14 +164,14 @@ insert into llx_const (name, value, type) values ('PROPALE_OUTPUT_URL','/htdocs/ -- Ficheinter -- -insert into llx_const (name, value, type) values ('FICHEINTER_OUTPUT_DIR','/htdocs/document/ficheinter','chaine'); -insert into llx_const (name, value, type) values ('FICHERINTER_OUTPUT_URL','/htdocs/document/ficheinter','chaine'); +insert into llx_const (name, value, type) values ('FICHEINTER_OUTPUTDIR','/htdocs/document/ficheinter','chaine'); +insert into llx_const (name, value, type) values ('FICHEINTER_OUTPUT_URL','/htdocs/document/ficheinter','chaine'); -- -- société -- -insert into llx_const (name, value, type) values ('SOCIETE_OUTPUT_DIR','/htdocs/document/societe','chaine'); +insert into llx_const (name, value, type) values ('SOCIETE_OUTPUTDIR','/htdocs/document/societe','chaine'); insert into llx_const (name, value, type) values ('SOCIETE_OUTPUT_URL','/htdocs/document/societe','chaine'); -- diff --git a/pgsql/data/data.sql b/pgsql/data/data.sql index b6da0a61df6..887f8c08209 100644 --- a/pgsql/data/data.sql +++ b/pgsql/data/data.sql @@ -176,14 +176,14 @@ insert into llx_const (name, value, type) values ('PROPALE_OUTPUT_URL','/htdocs/ -- Ficheinter -- -insert into llx_const (name, value, type) values ('FICHEINTER_OUTPUT_DIR','/htdocs/document/ficheinter','chaine'); -insert into llx_const (name, value, type) values ('FICHERINTER_OUTPUT_URL','/htdocs/document/ficheinter','chaine'); +insert into llx_const (name, value, type) values ('FICHEINTER_OUTPUTDIR','/htdocs/document/ficheinter','chaine'); +insert into llx_const (name, value, type) values ('FICHEINTER_OUTPUT_URL','/htdocs/document/ficheinter','chaine'); -- -- société -- -insert into llx_const (name, value, type) values ('SOCIETE_OUTPUT_DIR','/htdocs/document/societe','chaine'); +insert into llx_const (name, value, type) values ('SOCIETE_OUTPUTDIR','/htdocs/document/societe','chaine'); insert into llx_const (name, value, type) values ('SOCIETE_OUTPUT_URL','/htdocs/document/societe','chaine'); --