X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;ds=sidebyside;f=doubler.php;h=0faafa9c69a3a8c8ef3ea98b9a8380f5fd6de97e;hb=d26e8ed6303691be6c5a0eff216494bdd6cfbe8d;hp=983653ddaa6a4a829de321fdca69bcf708aaa6f2;hpb=f74581eca45c393033acfd9d7798b958031bc625;p=mailer.git diff --git a/doubler.php b/doubler.php index 983653ddaa..0faafa9c69 100644 --- a/doubler.php +++ b/doubler.php @@ -123,7 +123,7 @@ if (isInstalled()) { // Check all together if ((!empty($uid)) && ($password == generateHash(REQUEST_POST('pass'), substr($password, 0, -40))) && ($status == "CONFIRMED") && ($probe_points)) { // Nickname resolved to a unique userid or direct userid entered by the member - $DOUBLER_UID = $uid; + $GLOBALS['doubler_uid'] = $uid; // Calulcate points $points = GET_TOTAL_DATA($uid, "user_points", "points") - GET_TOTAL_DATA($uid, "user_data", "used_points");