X-Git-Url: https://git.mxchange.org/?p=mailer.git;a=blobdiff_plain;f=birthday_confirm.php;h=2923ceb2c9aaafe9e1f63f0e9cdb6039c0c0835f;hp=24f71259c4b978e0badad49c0326e73286c5a25c;hb=56931cd9321119dd37372bd16d6c552857e40066;hpb=dc25bd7a76750f02e2d617c9db9eb0aae53270f5 diff --git a/birthday_confirm.php b/birthday_confirm.php index 24f71259c4..2923ceb2c9 100644 --- a/birthday_confirm.php +++ b/birthday_confirm.php @@ -91,7 +91,7 @@ if (SQL_NUMROWS($result) == 1) { if ($data['status'] == 'CONFIRMED') { // Add points to account initReferalSystem(); - addPointsThroughReferalSystem('birthday_confirm', $userid, $data['points'], false, 0, strtolower(getConfig('birthday_mode'))); + addPointsThroughReferalSystem('birthday_confirm', $userid, $data['points']); // Remove entry from table SQL_QUERY_ESC("DELETE LOW_PRIORITY FROM `{?_MYSQL_PREFIX?}_user_birthday` WHERE `userid`=%s AND `chk_value`='%s' LIMIT 1",