]> git.mxchange.org Git - mailer.git/blobdiff - inc/monthly/monthly_beg.php
A lot more nice improvements!
[mailer.git] / inc / monthly / monthly_beg.php
index fde8d234f21ea8855fc3cf168be201bbe191c1c5..f9019b0cc0fb78bc057bee2046c475c9bb9f4950 100644 (file)
@@ -74,7 +74,7 @@ LIMIT %s",
                // Load our winners...
                while ($content = SQL_FETCHARRAY($result_main)) {
                        // Add points to user's account directly
-                       ADD_POINTS_REFSYSTEM($content['userid'], $content['points'], false, "0", false, "direct");
+                       ADD_POINTS_REFSYSTEM("monthly_beg", $content['userid'], $content['points'], false, "0", false, "direct");
 
                        // Translate gender/points
                        $content['gender'] = TRANSLATE_GENDER($content['gender']);