]> git.mxchange.org Git - mailer.git/blobdiff - birthday_confirm.php
More HTML rewrites
[mailer.git] / birthday_confirm.php
index 68738e58d9e540a1d07dc21cdc328b6a2f7c36d4..7e4750f2094bf6d319d51f51d664d5ebc717e83f 100644 (file)
@@ -1,7 +1,7 @@
 <?php
 /************************************************************************
- * MXChange v0.2.1                                    Start: 10/03/2004 *
- * ===============                              Last change: 10/03/2004 *
+ * Mailer v0.2.1-FINAL                                Start: 10/03/2004 *
+ * ===================                          Last change: 10/03/2004 *
  *                                                                      *
  * -------------------------------------------------------------------- *
  * File              : birthday_confirm.php                             *
@@ -92,7 +92,7 @@ if (SQL_NUMROWS($result) == 1) {
                // Add points to account
                // @TODO Try to rewrite the following unset()
                unset($GLOBALS['ref_level']);
-               addPointsThroughReferalSystem('birthday_confirm', $userid, $data['points'], false, '0', $locked, strtolower(getConfig('birthday_mode')));
+               addPointsThroughReferalSystem('birthday_confirm', $userid, $data['points'], false, 0, $locked, strtolower(getConfig('birthday_mode')));
 
                // Remove entry from table
                SQL_QUERY_ESC("DELETE LOW_PRIORITY FROM `{?_MYSQL_PREFIX?}_user_birthday` WHERE `userid`=%s AND `chk_value`='%s' LIMIT 1",