SetLocal paramètres FR

This commit is contained in:
fredtempez 2019-01-18 10:37:35 +01:00
parent 97fa17fe79
commit a6dfaf1628
2 changed files with 2 additions and 1 deletions

View File

@ -17,6 +17,7 @@
- Mise à jour RFM 9.14
- Amélioration de la contre mesure CRSF
- Libellé dans TinyMCE (gabarit)
- Setlocal modification des paramètres FR
## Version 8.5.5
* Correction :

View File

@ -21,7 +21,7 @@ if(version_compare(PHP_VERSION, '5.6.0', '<')) {
/* Set locale to French */
date_default_timezone_set('Europe/Paris');
setlocale (LC_TIME, 'fra_fra', 'french');
setlocale (LC_TIME, 'fr_FR', 'fra');
/**
* Initialisation de Zwii