X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;f=inc%2Flibs%2Fbeg_functions.php;h=f0208c5e0a938de1acb362648350f45d9913e369;hb=49248176a5638be80b148ef55d0dc8c334522bf3;hp=c4b83983ea72596e3f6fbba741f5bbc6e045fe1b;hpb=116747e4dba29e9e2e4daa82c45d8bbb302e9378;p=mailer.git diff --git a/inc/libs/beg_functions.php b/inc/libs/beg_functions.php index c4b83983ea..f0208c5e0a 100644 --- a/inc/libs/beg_functions.php +++ b/inc/libs/beg_functions.php @@ -52,11 +52,11 @@ 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']); - 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