More use of REVERT_COMMA() fixes problems
[mailer.git] / inc / modules / admin / admin-inc.php
index 8e583b643686f84c4c268eb5eddcc8fb45215eb1..0c7f5bfeee32742170a6f4246e3451b663b2b9d9 100644 (file)
@@ -645,7 +645,7 @@ function ADMIN_SAVE_SETTINGS (&$POST, $tableName="_config", $whereStatement="con
                                // Translate the value? (comma to dot!)
                                if ((is_array($translateComma)) && (in_array($id, $translateComma))) {
                                        // Then do it here... :)
-                                       $val = str_replace(",", ".", $val);
+                                       $val = REVERT_COMMA($val);
                                } // END - if
 
                                // Shall we add numbers or strings?