Referal levels for surfbar added (unfinished)
[mailer.git] / birthday_confirm.php
index 1eb3f2c7a4daceeb86c5784ac86b18b7d9485069..621b21fe92bb95a4124a916c9037fedf02052b18 100644 (file)
@@ -70,7 +70,7 @@ WHERE b.userid=%d AND b.chk_value='%s' LIMIT 1",
                if ($data['status'] == "CONFIRMED") {
                        // Set mode depending on how many mails the member has to confirm
                        $locked = false;
-                       if (($data['ref_payout'] > 0) && ($_CONFIG['allow_direct_pay'] == 'N')) $locked = true;
+                       if (($data['ref_payout'] > 0) && ($_CONFIG['allow_direct_pay'] == "N")) $locked = true;
 
                        // Add points to account
                        $DEPTH = 0;