]> git.mxchange.org Git - mailer.git/blobdiff - inc/libs/rallye_functions.php
Extension 'ext-coupon' moved to branch, SQLs improved:
[mailer.git] / inc / libs / rallye_functions.php
index b2fb6807a3a5abb1683c7fcfed959f5c7de7cf7b..4fbc604ad9172a2b642901f00183e75c12ef4b37 100644 (file)
@@ -108,7 +108,7 @@ LIMIT 1",
 
                        // Add userid and his ref count to table
                        $result_ref = SQL_QUERY_ESC("SELECT 
-       SUM(p.points) AS points
+       SUM(p.points) AS `points`
 FROM
        `{?_MYSQL_PREFIX?}_user_points` AS p
 LEFT JOIN
@@ -645,7 +645,7 @@ function getArrayFromReferalRallyeUsers ($rallye) {
 
                // Points of ref's
                $result_ref = SQL_QUERY_ESC("SELECT
-       SUM(p.points) AS points
+       SUM(p.points) AS `points`
 FROM
        `{?_MYSQL_PREFIX?}_user_points` AS p
 LEFT JOIN