X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;f=birthday_confirm.php;h=2923ceb2c9aaafe9e1f63f0e9cdb6039c0c0835f;hb=e1cf98e08d4d92edf492396b82c67efa97a0ece8;hp=24f71259c4b978e0badad49c0326e73286c5a25c;hpb=dc25bd7a76750f02e2d617c9db9eb0aae53270f5;p=mailer.git 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",