X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;f=inc%2Fmysql-manager.php;h=105ea2961e1dfe60f2d2343543ce86cb5281c923;hb=e5dde615db05fb62ebe91bd1c030f40c9b91fe17;hp=283fd4b02dbfea93eb5e6c12d6491b882cdb0d75;hpb=30ae22f62ae87c53a56baf0d134569ba91011111;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 ------------------------