Skip to content
Snippets Groups Projects
Commit 78bf0638 authored by Laurent Destailleur's avatar Laurent Destailleur
Browse files

Dsactive trace trop intrusive

parent 0844b857
No related branches found
No related tags found
No related merge requests found
......@@ -241,7 +241,7 @@ function dolibarr_set_php_lang($code_lang)
{
$code_lang_tiret=ereg_replace('_','-',$code_lang);
dolibarr_syslog("dolibarr_set_php_lang: code_lang=$code_lang code_lang_tirer=$code_lang_tiret");
//dolibarr_syslog("dolibarr_set_php_lang: code_lang=$code_lang code_lang_tirer=$code_lang_tiret");
setlocale(LC_ALL, $code_lang); // Compenser pb de locale avec windows
setlocale(LC_ALL, $code_lang_tiret);
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment