]> git.mxchange.org Git - mailer.git/blobdiff - inc/libs/refback_functions.php
Again fixes for rallye
[mailer.git] / inc / libs / refback_functions.php
index 48ddd1a1928d4c3a2b5314faba46e80afa3c6955..349decbc35ff85cc55cb9086091c59c35061311b 100644 (file)
@@ -76,7 +76,7 @@ function addRefbackPoints ($userid, $ref, $points, $ref_points) {
                                // Calculate points for refback
                                $refback = $points * ($content['percents'] / 100) * ($percents / 100);
 
-                               // Update refback table ("refid" and "userid" must be exchanged!)
+                               // Update refback table ('refid' and 'userid' must be exchanged!)
                                SQL_QUERY_ESC("UPDATE `{?_MYSQL_PREFIX?}_user_refs` SET `points`=`points`+%s WHERE `userid`=%s AND `refid`=%s LIMIT 1",
                                        array($refback, $refid, $userid), __FUNCTION__, __LINE__);
                                //* DEBUG: */ print(__FUNCTION__."(<font color=\"#0000aa\">".__LINE__."</font>):refback={$refback},userid={$userid},refid={$refid} - UPDATE! (".SQL_AFFECTEDROWS().")<br />");