2
0
forked from Wavyzz/dolibarr

Fix: Correction faute dans noms de constante cre l'install.

This commit is contained in:
Laurent Destailleur
2004-08-25 22:24:26 +00:00
parent 796d480e7a
commit 0fd3745b8d
2 changed files with 6 additions and 6 deletions

View File

@@ -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<63>t<EFBFBD>
--
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');
--