X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;f=beg.php;h=eb9bf9442276d956f2aa9f06eaf44e84b082798a;hb=e981cf249df6235dec95ec740b3ed376ee3a05cc;hp=c5442dfc4c7eff8710bd28636ab3eb6ec283aeb8;hpb=6d643142a7c5bba4acb15357be2579c448414468;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__);