X-Git-Url: https://git.mxchange.org/?p=mailer.git;a=blobdiff_plain;f=inc%2Fmysql-manager.php;h=02eeb4f87c6a07152a723363ad7dd903672be6c9;hp=9524124961ccf2dba68518fb007a2f45bb4d1183;hb=d6834211baacaa54b282898fe54dc8c1511f046b;hpb=d04e72ca87bc06e7271a7f47c765a58d27857968 diff --git a/inc/mysql-manager.php b/inc/mysql-manager.php index 9524124961..02eeb4f87c 100644 --- a/inc/mysql-manager.php +++ b/inc/mysql-manager.php @@ -1151,6 +1151,7 @@ function GET_REF_LEVEL_PERCENTS ($level) { * * Dynamic referal system, can also send mails! * + * subject = Subject line, write in lower-case letters and underscore is allowed * uid = Referal ID wich should receive... * points = ... xxx points * send_notify = shall I send the referal an email or not? @@ -1159,7 +1160,7 @@ function GET_REF_LEVEL_PERCENTS ($level) { * add_mode = Add points only to $uid or also refs? (WARNING! Changing "ref" to "direct" * for default value will cause no referal will get points ever!!!) */ -function ADD_POINTS_REFSYSTEM ($uid, $points, $send_notify=false, $rid="0", $locked=false, $add_mode="ref") { +function ADD_POINTS_REFSYSTEM ($subject, $uid, $points, $send_notify=false, $rid="0", $locked=false, $add_mode="ref") { //* DEBUG: */ print "----------------------- ".__FUNCTION__." - ENTRY ------------------------