X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;f=inc%2Flibs%2Fbeg_functions.php;h=cc648742f04b4ead6951694dcbd87cfecdccbcad;hb=77183894e9b5683166bc00a1735e8897c57ef699;hp=4a22933c8fcf1f9f7bc3ae90aa465f7db925dd63;hpb=506745902f724f253446f545671eb2d562f1725b;p=mailer.git diff --git a/inc/libs/beg_functions.php b/inc/libs/beg_functions.php index 4a22933c8f..cc648742f0 100644 --- a/inc/libs/beg_functions.php +++ b/inc/libs/beg_functions.php @@ -50,14 +50,10 @@ function addPointsBeg ($userid, $points) { SQL_QUERY_ESC("UPDATE `{?_MYSQL_PREFIX?}_user_data` SET `beg_points`=`beg_points`+%s WHERE `userid`=%s LIMIT 1", array($points, $userid), __FUNCTION__, __LINE__); } else { - // Set mode depending on how many mails the member has to confirm - $locked = false; - if ((getConfig('ref_payout') > 0) && (getConfig('allow_direct_pay') != 'Y')) $locked = true; - // Add points to account // @TODO Try to rewrite the following unset() unset($GLOBALS['ref_level']); - addPointsThroughReferalSystem('beg', $userid, $points, false, 0, $locked, strtolower(getConfig('beg_mode'))); + addPointsThroughReferalSystem('beg', $userid, $points, false, 0, strtolower(getConfig('beg_mode'))); } // Subtract begged points from member account if the admin has selected one