X-Git-Url: https://git.mxchange.org/?p=mailer.git;a=blobdiff_plain;f=birthday_confirm.php;h=b65d5e1b0ad23ed425a9589ba2b3d1644c3c5fb9;hp=abc3bad31f492c87949df28684d8672adeac3d6c;hb=5ef6ed7373ae85e5635e39e2a0adf9496a8add05;hpb=75ad748a68473ace540251427a74fb781b1145e9 diff --git a/birthday_confirm.php b/birthday_confirm.php index abc3bad31f..b65d5e1b0a 100644 --- a/birthday_confirm.php +++ b/birthday_confirm.php @@ -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']));