]> git.mxchange.org Git - mailer.git/blobdiff - inc/libs/beg_functions.php
A lot rewrites from double-quote to single-quote, some fixes for extension handling...
[mailer.git] / inc / libs / beg_functions.php
index a193cfad6789dc45207536e6313d8b6efe62638a..316d9e962929f65911a49ff78d320aff89ba6542 100644 (file)
@@ -49,14 +49,14 @@ function BEG_ADD_POINTS ($uid, $points) {
        if ((getConfig('ref_payout') > 0) && (getConfig('allow_direct_pay') != "Y")) $locked = true;
 
        // Is begging rallye active?
-       if (getConfig('beg_rallye') == "Y") {
+       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__);
        } else {
                // Add points to account
                unset($GLOBALS['ref_level']);
-               ADD_POINTS_REFSYSTEM("beg", $uid, $points, false, "0", $locked, strtolower(getConfig('beg_mode')));
+               ADD_POINTS_REFSYSTEM('beg', $uid, $points, false, "0", $locked, strtolower(getConfig('beg_mode')));
        }
 
        // Subtract begged points from member account if the admin has selected one