]> git.mxchange.org Git - mailer.git/blobdiff - inc/libs/beg_functions.php
Old config.php is now automatically updated to new config-local.php format, several...
[mailer.git] / inc / libs / beg_functions.php
index c80c3e129dde7fde43c784c128ef4c22c3f9676c..f0208c5e0a938de1acb362648350f45d9913e369 100644 (file)
@@ -52,7 +52,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), __FUNCTION__, __LINE__);
+               array($points, $uid), __FUNCTION__, __LINE__);
        } else {
                // Add points to account
                unset($GLOBALS['ref_level']);