Obsolete SQL_FREERESULT() call removed
[mailer.git] / doubler.php
index f72af79ba1dcd8141c30c20ef5bccd1fd4f67d60..590af15e0ad424177d56fd9a18f28d88acab023c 100644 (file)
@@ -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')))));