]> git.mxchange.org Git - mailer.git/blobdiff - inc/libs/beg_functions.php
A lot fixes to templates and missing functions added, more rewrites
[mailer.git] / inc / libs / beg_functions.php
index 31cbc83d2d0fe8622268730e7a564e1632ff12db..8803990fd094ccf2f73ce15c36f38d3335044491 100644 (file)
@@ -47,7 +47,7 @@ function BEG_ADD_POINTS ($uid, $points) {
        if (getConfig('beg_rallye') == "Y") {
                // Add points to rallye account
                SQL_QUERY_ESC("UPDATE `{!_MYSQL_PREFIX!}_user_data` SET beg_points=beg_points+%s WHERE userid=%s LIMIT 1",
-                       array($points, $uid), __FILE__, __LINE__);
+                       array($points, $uid), __FUNCTION__, __LINE__);
        } else {
                // Add points to account
                unset($GLOBALS['ref_level']);