]> git.mxchange.org Git - core.git/blobdiff - framework/config-global.php
Continued:
[core.git] / framework / config-global.php
index 1a93ec9c63680c92861809240b4db3a2049f0880..24eecc9edb963cf2a8df124c8b69f273480f0f25 100644 (file)
@@ -460,5 +460,8 @@ $cfg->setConfigEntry('registry_iterator_class', 'Org\Mxchange\CoreFramework\Iter
 // CFG: QUIET-DNS-RESOLVER
 $cfg->setConfigEntry('quiet_dns_resolver', FALSE);
 
-// Remove config from this name-space. Don't worry, no configuration is cleared.
-unset($cfg);
+// CFG: THOUSANDS-SEPARATOR
+$cfg->setConfigEntry('thousands_separator', '.');
+
+// CFG: DECIMALS-SEPARATOR
+$cfg->setConfigEntry('decimals_separator', ',');