X-Git-Url: https://vcs.fsf.org/?a=blobdiff_plain;f=CRM%2FUtils%2FMoney.php;h=69e60df32226981d58fed7dbb8f0f657fe1c73a0;hb=f1929672aa2cfe9593854e6b3b5f77118a489a9d;hp=cf0566048429b36ee06e90e4d459e35c0775f3b5;hpb=4d20ef52acecafc3c3aa0f22b8268e5468352022;p=civicrm-core.git diff --git a/CRM/Utils/Money.php b/CRM/Utils/Money.php index cf05660484..69e60df322 100644 --- a/CRM/Utils/Money.php +++ b/CRM/Utils/Money.php @@ -1,9 +1,9 @@ moneyformat; } - + if (!$valueFormat) { $valueFormat = $config->moneyvalueformat; } - + if ($onlyNumber) { // money_format() exists only in certain PHP install (CRM-650) if (is_numeric($amount) and function_exists('money_format')) {