A lot more naming conventions applied
[mailer.git] / birthday_confirm.php
index abc3bad31f492c87949df28684d8672adeac3d6c..b65d5e1b0ad23ed425a9589ba2b3d1644c3c5fb9 100644 (file)
@@ -73,7 +73,7 @@ WHERE b.userid=%d AND b.chk_value='%s' LIMIT 1",
                {
                        // Set mode depending on how many mails the member has to confirm
                        $locked = false;
-                       if (($ref_payout > 0) && ($CONFIG['allow_direct_pay'] == "N")) $locked = true;
+                       if (($ref_payout > 0) && ($CONFIG['allow_direct_pay'] == 'N')) $locked = true;
 
                        // Add points to account
                        ADD_POINTS_REFSYSTEM($uid, $GIFT, false, "0", $locked, strtolower($CONFIG['birthday_mode']));