Password reset for admin login added (still buggy if cache is installed and sql_patch...
[mailer.git] / inc / monthly / monthly_beg.php
index ed17e83ac9743ecb202570a6af2c4b4b33ba0fae..d66358db404bb19c5c384f53e3abafd16869cc7e 100644 (file)
@@ -61,7 +61,7 @@ if (($curr != $_CONFIG['beg_month']) && ($_CONFIG['beg_month'] > 0) && ($_CONFIG
        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
                        $whereStatement1 = "AND last_online >=";