X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;f=inc%2Fmysql-manager.php;h=105ea2961e1dfe60f2d2343543ce86cb5281c923;hb=d6a5c97084d5e8f253b3f020db29494ab549e52f;hp=283fd4b02dbfea93eb5e6c12d6491b882cdb0d75;hpb=c364e5bc64df1f184602dec6a86ad2d70e8f83a9;p=mailer.git diff --git a/inc/mysql-manager.php b/inc/mysql-manager.php index 283fd4b02d..105ea2961e 100644 --- a/inc/mysql-manager.php +++ b/inc/mysql-manager.php @@ -989,12 +989,12 @@ function getReferalLevelPercents ($level) { * userid = Referal id wich should receive... * points = ... xxx points * sendNotify = shall I send the referal an email or not? - * rid = inc/modules/guest/what-confirm.php need this + * refid = inc/modules/guest/what-confirm.php need this * locked = Shall I pay it to normal (false) or locked (true) points ammount? * add_mode = Add points only to $userid or also refs? (WARNING! Changing 'ref' to 'direct' * for default value will cause no referal will get points ever!!!) */ -function addPointsThroughReferalSystem ($subject, $userid, $points, $sendNotify = false, $rid = '0', $locked = false, $add_mode = 'ref') { +function addPointsThroughReferalSystem ($subject, $userid, $points, $sendNotify = false, $refid = '0', $locked = false, $add_mode = 'ref') { //* DEBUG: */ debugOutput('----------------------- ' . __FUNCTION__ . ' - ENTRY ------------------------