X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;f=inc%2Fmodules%2Fadmin%2Fwhat-config_refback.php;h=a8a381d16600bae1bbf9cda6a8fb19cff5419073;hb=12effdb00f104773905152bfb2950496c2efaec4;hp=bb5834696c76b03e67bab53c289f559f21b3752f;hpb=2e715eb7f3f8ca8d259aacb4cbbddde7d9d18e01;p=mailer.git 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();