X-Git-Url: https://git.mxchange.org/?p=mailer.git;a=blobdiff_plain;f=doubler.php;h=590af15e0ad424177d56fd9a18f28d88acab023c;hp=f72af79ba1dcd8141c30c20ef5bccd1fd4f67d60;hb=0bc147b8bab4706803309eab2d8b05042462efe6;hpb=263a089d8a499e0e26d0af9e7aa7639f88b8ca60 diff --git a/doubler.php b/doubler.php index f72af79ba1..590af15e0a 100644 --- a/doubler.php +++ b/doubler.php @@ -82,9 +82,6 @@ if (isFormSent()) { loadTemplate('admin_settings_saved', false, getMessage('DOUBLER_USERID_INVALID')); } // END - if - // Free result - SQL_FREERESULT($result); - // Remove any dots and unwanted chars from the points setRequestPostElement('points', bigintval(round(convertCommaToDot(postRequestElement('points')))));