]> git.mxchange.org Git - mailer.git/blobdiff - doubler.php
Redirection fixed
[mailer.git] / doubler.php
index abcc79b9f3ae0370107203ea8eb56506d16d8558..590af15e0ad424177d56fd9a18f28d88acab023c 100644 (file)
@@ -1,7 +1,7 @@
 <?php
 /************************************************************************
- * MXChange v0.2.1                                    Start: 02/13/2005 *
- * ===============                              Last change: 02/13/2005 *
+ * Mailer v0.2.1-FINAL                                Start: 02/13/2005 *
+ * ===================                          Last change: 02/13/2005 *
  *                                                                      *
  * -------------------------------------------------------------------- *
  * File              : 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')))));