X-Git-Url: https://git.mxchange.org/?p=mailer.git;a=blobdiff_plain;f=inc%2Fmodules%2Fadmin%2Fwhat-config_newsletter.php;h=f3d42154b113f87a75bf2f0f4c0c720f9514e1d7;hp=c7dc393d5b64790d0af576fea30d162d2eec0389;hb=b3f82be7e5ecc294acfe9c00ef75e3dc0c8b43d1;hpb=1c84af63a717e3fb454a790b8391d84a4727952d diff --git a/inc/modules/admin/what-config_newsletter.php b/inc/modules/admin/what-config_newsletter.php index c7dc393d5b..f3d42154b1 100644 --- a/inc/modules/admin/what-config_newsletter.php +++ b/inc/modules/admin/what-config_newsletter.php @@ -43,7 +43,7 @@ ADD_DESCR("admin", basename(__FILE__)); if (isset($_POST['ok'])) { // Save data - $_POST['nl_charge'] = str_replace(",", ".", $_POST['nl_charge']); + $_POST['nl_charge'] = REVERT_COMMA($_POST['nl_charge']); ADMIN_SAVE_SETTINGS($_POST); }