Referal system refactured (and some parts fixed), wrapper function introduced:
[mailer.git] / birthday_confirm.php
index 24f71259c4b978e0badad49c0326e73286c5a25c..2923ceb2c9aaafe9e1f63f0e9cdb6039c0c0835f 100644 (file)
@@ -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",