Even more rewritten
[mailer.git] / inc / libs / beg_functions.php
index dbf64ee2310e5da443d8464fcf246b962eed3269..c4b83983ea72596e3f6fbba741f5bbc6e045fe1b 100644 (file)
@@ -46,7 +46,7 @@ if (!defined('__SECURITY')) {
 function BEG_ADD_POINTS ($uid, $points) {
        // Set mode depending on how many mails the member has to confirm
        $locked = false;
-       if ((getConfig('ref_payout') > 0) && (getConfig('allow_direct_pay') != "Y")) $locked = true;
+       if ((getConfig('ref_payout') > 0) && (getConfig('allow_direct_pay') != 'Y')) $locked = true;
 
        // Is begging rallye active?
        if (getConfig('beg_rallye') == 'Y') {