X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;ds=sidebyside;f=beg.php;h=eb9bf9442276d956f2aa9f06eaf44e84b082798a;hb=61bddb167e29e7275f5a1c9fa8cb80431fa5ee6f;hp=c5442dfc4c7eff8710bd28636ab3eb6ec283aeb8;hpb=58b29a924c48e7c1ce38c435c92e541b53984c56;p=mailer.git diff --git a/beg.php b/beg.php index c5442dfc4c..eb9bf94422 100644 --- a/beg.php +++ b/beg.php @@ -132,10 +132,10 @@ if (defined('mxchange_installed') && (isBooleanConstantAndTrue('mxchange_install // 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; // Is begging rallye active? - if ($_CONFIG['beg_rallye'] == 'Y') { + if ($_CONFIG['beg_rallye'] == "Y") { // Add points to rallye account $result = SQL_QUERY_ESC("UPDATE "._MYSQL_PREFIX."_user_data SET beg_points=beg_points+%s WHERE userid=%d LIMIT 1", array($points, $uid), __FILE__, __LINE__);