]> git.mxchange.org Git - mailer.git/commitdiff
Obsolete SQL_FREERESULT() call removed
authorRoland Häder <roland@mxchange.org>
Sun, 8 Nov 2009 17:30:57 +0000 (17:30 +0000)
committerRoland Häder <roland@mxchange.org>
Sun, 8 Nov 2009 17:30:57 +0000 (17:30 +0000)
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')))));