X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;ds=sidebyside;f=birthday_confirm.php;h=621b21fe92bb95a4124a916c9037fedf02052b18;hb=61bddb167e29e7275f5a1c9fa8cb80431fa5ee6f;hp=1eb3f2c7a4daceeb86c5784ac86b18b7d9485069;hpb=0e500eb441c95d3128835dfabab1de1f528caed2;p=mailer.git diff --git a/birthday_confirm.php b/birthday_confirm.php index 1eb3f2c7a4..621b21fe92 100644 --- a/birthday_confirm.php +++ b/birthday_confirm.php @@ -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;