PHP 7.X produces A non-numeric value encountered in \includes\date_functions.inc...
[fa-stable.git] / config.default.php
index 461a1be7ea33113de8a690ace7f33f6314316b88..a1089866fefb298ba30f01d9b1a6b1e7ad811e4d 100644 (file)
@@ -178,7 +178,7 @@ if (!isset($path_to_root) || isset($_GET['path_to_root']) || isset($_POST['path_
        Choose Exchange Rate Provider
        Default is ECB for backwards compatibility
 */
-       $xr_providers = array("EXCHANGE-RATES.ORG", "ECB", "YAHOO", "GOOGLE", "BLOOMBERG");     
+       $xr_providers = array("ECB", "EXCHANGE-RATES.ORG", "CCA", "YAHOO", "GOOGLE", "BLOOMBERG");
        $dflt_xr_provider = 0;
 
 /*