X-Git-Url: https://git.mxchange.org/?p=mailer.git;a=blobdiff_plain;f=inc%2Fmodules%2Fmember%2Fwhat-beg2.php;h=6a250924d50386cbb8a8d4e38a79788f1d943eb9;hp=04e9633b479bfe584a56765f0f0769c1f3061726;hb=e521a48cf5d2a3090bd8d7a9cb21dfbc2dfda257;hpb=6d513e61a583f5366ab948be9e819343f726852b;ds=sidebyside diff --git a/inc/modules/member/what-beg2.php b/inc/modules/member/what-beg2.php index 04e9633b47..6a250924d5 100644 --- a/inc/modules/member/what-beg2.php +++ b/inc/modules/member/what-beg2.php @@ -51,7 +51,7 @@ if (EXT_IS_ACTIVE("autopurge")) { // Use last online timestamp to keep inactive members away from here $LAST = " AND last_online >= %s"; - $ONLINE = bigintval(time() - $_CONFIG['ap_in_since']); + $ONLINE = bigintval(time() - $_CONFIG['ap_inactive_since']); } // Let's check if there are some points left we can "pay"...