Locale für Zahlen korrigiert damit Komma als Punkt dargestellt werden

This commit is contained in:
oesi
2015-10-20 10:42:55 +02:00
parent 1f9e99221e
commit fbd7c6d689
+1
View File
@@ -11,6 +11,7 @@ error_reporting(E_ALL);
mb_internal_encoding("UTF-8");
mb_regex_encoding("UTF-8");
setlocale (LC_ALL, 'de_AT.utf8');
setlocale (LC_NUMERIC, 'C');
// Zeitzone
date_default_timezone_set('Europe/Vienna');