login bonus will no longer be payed when turned off, "Y/N" rewritten to 'Y/N'
[mailer.git] / inc / monthly / monthly_beg.php
index 7b5780dfb66df35169f5dfabd3ab80b9424fde24..6576bd8819961e4cf22367bad47343d5aaf64392 100644 (file)
@@ -61,7 +61,7 @@ if (($curr != $CONFIG['beg_month']) && ($CONFIG['beg_month'] > 0) && ($CONFIG['b
        if (EXT_IS_ACTIVE("autopurge"))
        {
                // Use last online stamp only when autopurge for inactive members is activated
-               if (($CONFIG['ap_in_since'] > 0) && ($CONFIG['beg_active'] == "Y"))
+               if (($CONFIG['ap_in_since'] > 0) && ($CONFIG['beg_active'] == 'Y'))
                {
                        // Okay, include last online timestamp
                        $WHERE1 = "AND last_online >=";