From: quix0r Date: Sun, 8 Nov 2009 17:30:57 +0000 (+0000) Subject: Obsolete SQL_FREERESULT() call removed X-Git-Url: https://git.mxchange.org/?a=commitdiff_plain;h=6778ff89e893e8fca967904891dde192b0741825;p=mailer.git Obsolete SQL_FREERESULT() call removed --- 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')))));