X-Git-Url: https://git.mxchange.org/?p=mailer.git;a=blobdiff_plain;f=inc%2Fmodules%2Fadmin%2Fwhat-config_refback.php;h=a8a381d16600bae1bbf9cda6a8fb19cff5419073;hp=bb5834696c76b03e67bab53c289f559f21b3752f;hb=a44235215a481489b76a39269cf98b170901186b;hpb=73e9d78e610057f6c6d311328b3ad438ad017791 diff --git a/inc/modules/admin/what-config_refback.php b/inc/modules/admin/what-config_refback.php index bb5834696c..a8a381d166 100644 --- a/inc/modules/admin/what-config_refback.php +++ b/inc/modules/admin/what-config_refback.php @@ -45,8 +45,7 @@ addYouAreHereLink('admin', __FILE__); if (isFormSent()) { // Replace german decimal comma with computer decimal dot - if (isPostRequestParameterSet('refback_min_perc')) setPostRequestParameter('refback_min_perc', convertCommaToDot(postRequestParameter('refback_min_perc'))); - if (isPostRequestParameterSet('refback_max_perc')) setPostRequestParameter('refback_max_perc', convertCommaToDot(postRequestParameter('refback_max_perc'))); + convertCommaToDotInPostDataArray(array('refback_min_perc', 'refback_max_perc')); // Save configuration adminSaveSettingsFromPostData();