]> git.mxchange.org Git - mailer.git/blobdiff - inc/pool-update.php
Surfbar continued (unfinished) and some updates:
[mailer.git] / inc / pool-update.php
index 509e04b75461a3cbf8ac9de61426bbc8cf865d36..f5d6a9b36fcf1d288a83aa7ceaed3b7afd110d5f 100644 (file)
@@ -56,7 +56,7 @@ if ($HTML_EXT) {
 }
 
 // Reset variables
-$cnt = 0; $cnt2 = 0; $LAST_SENT_ID = 0; $cnt_back = array("0"); $points_BACK = array("0");
+$cnt = 0; $cnt2 = 0; $LAST_SENT_ID = 0; $cnt_back = array("0"); $pointsBack = array("0");
 if (SQL_NUMROWS($result_main) > 0)
 {
        while ($DATA = SQL_FETCHROW($result_main))
@@ -273,7 +273,7 @@ if (SQL_NUMROWS($result_main) > 0)
                                        {
                                                if ($uid > 0)
                                                {
-                                                       // User does not exists, pay points back
+                                                       // User does exist so pay the points back
                                                        $points = GET_PAY_POINTS($DATA[5]);
                                                        $result = SQL_QUERY_ESC("UPDATE "._MYSQL_PREFIX."_user_points SET points=points+%s WHERE userid=%s AND ref_depth=0 LIMIT 1",
                                                         array($points, bigintval($DATA[1])), __FILE__, __LINE__);
@@ -287,7 +287,7 @@ if (SQL_NUMROWS($result_main) > 0)
                                                        }
 
                                                        // Add points together and remove user
-                                                       $points_BACK[$DATA[1]] += $points;
+                                                       $pointsBack[$DATA[1]] += $points;
                                                }
                                                $cnt_back[$DATA[1]]++;
                                        }
@@ -301,8 +301,8 @@ if (SQL_NUMROWS($result_main) > 0)
                        }
                }
        }
-       if ((sizeof($points_BACK) > 0) && (!empty($points_BACK[0]))) {
-               foreach ($points_BACK as $uid => $PB) {
+       if ((sizeof($pointsBack) > 0) && (!empty($pointsBack[0]))) {
+               foreach ($pointsBack as $uid => $PB) {
                        // Add points only when we have points left to add and a valid user ID
                        if (($PB > 0) && ($uid > 0)) {
                                // Prepare content