]> git.mxchange.org Git - mailer.git/blobdiff - inc/libs/refback_functions.php
Missing SVN properties set
[mailer.git] / inc / libs / refback_functions.php
index 48ddd1a1928d4c3a2b5314faba46e80afa3c6955..cdf60a9fff9c898be6c5c3543b4aef98d98db15d 100644 (file)
@@ -1,7 +1,7 @@
 <?php
 /************************************************************************
- * MXChange v0.2.1                                    Start: 09/28/2008 *
- * ===============                              Last change: 09/28/2008 *
+ * Mailer v0.2.1-FINAL                                Start: 09/28/2008 *
+ * ===================                          Last change: 09/28/2008 *
  *                                                                      *
  * -------------------------------------------------------------------- *
  * File              : refback_functions.php                            *
@@ -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 />");