Money_format deprecated above php 7.4. Fixed by !function_exists.
authorJoe Hunt <joe.hunt.consulting@gmail.com>
Fri, 23 Jul 2021 14:37:36 +0000 (16:37 +0200)
committerJoe Hunt <joe.hunt.consulting@gmail.com>
Fri, 23 Jul 2021 14:37:36 +0000 (16:37 +0200)
includes/current_user.inc

index 0ee568994fdcbfa1ad186a52c301527acf634827..b8cb5678ae1805a593aa5de7efa8ea340437d1a0 100644 (file)
@@ -366,7 +366,7 @@ function price_decimal_format($number, &$dec)
        }
        return number_format2($number, $dec);
 }
-// function money_format doesn't exist in OS Win.
+// function money_format doesn't exist in OS Win. It is also deprecated above php 7.4.
 if (!function_exists('money_format'))
 {
        function money_format($format, $number)