X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;f=inc%2Fmodules%2Fadmin%2Fwhat-config_doubler.php;h=0694a039b87363f97e16f6e01ac26a3d906d7e55;hb=501a861954273a54a21b714587fc33b57322d8e4;hp=45029a468423b1d120b3fd2d7f2c070742cc01e8;hpb=1ebf518b9552f71ee95de6f4b80e6de3a27716d1;p=mailer.git diff --git a/inc/modules/admin/what-config_doubler.php b/inc/modules/admin/what-config_doubler.php index 45029a4684..0694a039b8 100644 --- a/inc/modules/admin/what-config_doubler.php +++ b/inc/modules/admin/what-config_doubler.php @@ -46,8 +46,8 @@ addMenuDescription('admin', __FILE__); if (isFormSent()) { // Replace commata with decimal dot - setRequestPostElement('doubler_charge', convertCommaToDot((postRequestElement('doubler_charge') / 100))); - setRequestPostElement('doubler_ref' , convertCommaToDot((postRequestElement('doubler_ref') / 100))); + setRequestPostElement('doubler_charge', (convertCommaToDot(postRequestElement('doubler_charge')) / 100)); + setRequestPostElement('doubler_ref' , (convertCommaToDot(postRequestElement('doubler_ref')) / 100)); setRequestPostElement('doubler_min' , convertCommaToDot(postRequestElement('doubler_min'))); setRequestPostElement('doubler_max' , convertCommaToDot(postRequestElement('doubler_max'))); setRequestPostElement('doubler_left' , convertCommaToDot(postRequestElement('doubler_left')));