X-Git-Url: https://git.mxchange.org/?p=mailer.git;a=blobdiff_plain;f=inc%2Fmonthly%2Fmonthly_beg.php;h=6576bd8819961e4cf22367bad47343d5aaf64392;hp=7b5780dfb66df35169f5dfabd3ab80b9424fde24;hb=e1653405d28923c78b2e292125306ccf61138f24;hpb=33a744d80e9c5ec1c13e8f643143146166975e9b diff --git a/inc/monthly/monthly_beg.php b/inc/monthly/monthly_beg.php index 7b5780dfb6..6576bd8819 100644 --- a/inc/monthly/monthly_beg.php +++ b/inc/monthly/monthly_beg.php @@ -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 >=";