]> git.mxchange.org Git - mailer.git/blobdiff - beg.php
XHTML fixes (not fully valid)
[mailer.git] / beg.php
diff --git a/beg.php b/beg.php
index c5442dfc4c7eff8710bd28636ab3eb6ec283aeb8..eb9bf9442276d956f2aa9f06eaf44e84b082798a 100644 (file)
--- 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__);