fix bug setup.php

This commit is contained in:
Dany De Bontridder 2011-11-28 13:29:45 +00:00
parent a25a99b741
commit eecb2a396a

View file

@ -147,7 +147,7 @@ function config_file_create($p_array,$from_setup=1,$os=1)
fputs($hFile, 'define ("phpcompta_psql_host","127.0.0.1");');
fputs($hFile,"\r\n");
fputs($hFile, 'define ("locale",'.$clocal.');');
fputs($hFile, 'define ("locale",'.$clocale.');');
fputs($hFile,"\r\n");
fputs($hFile, 'define ("domaine","");');