Merge branch 'fronkdev' into 'master'
Added LC_CTYPE locale See merge request fronk/thetool!1163
This commit is contained in:
@@ -20,6 +20,9 @@ if(defined('MFLOCALE_MONETARY')) {
|
||||
if(defined('MFLOCALE_NUMERIC')) {
|
||||
setlocale(LC_NUMERIC, MFLOCALE_NUMERIC);
|
||||
}
|
||||
if(defined('MFLOCALE_CTYPE')) {
|
||||
setlocale(LC_CTYPE, MFLOCALE_CTYPE);
|
||||
}
|
||||
|
||||
define('FRONKDB_SQLDEBUG',false);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user