]> git.mxchange.org Git - mailer.git/blobdiff - doubler.php
A lot while() conditions rewritten to SQL_FETCHARRAY(), see bug #107, @TODO tags...
[mailer.git] / doubler.php
index 983653ddaa6a4a829de321fdca69bcf708aaa6f2..0faafa9c69a3a8c8ef3ea98b9a8380f5fd6de97e 100644 (file)
@@ -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");