X-Git-Url: https://git.mxchange.org/?p=mailer.git;a=blobdiff_plain;f=inc%2Fmodules%2Fadmin%2Fwhat-list_autopurge.php;h=8a5cf455833369a05d7c82198f4b56c74fa8dbc0;hp=afc35102c663a93ba3402c8bec1a645f2bea9fc6;hb=e521a48cf5d2a3090bd8d7a9cb21dfbc2dfda257;hpb=6d513e61a583f5366ab948be9e819343f726852b diff --git a/inc/modules/admin/what-list_autopurge.php b/inc/modules/admin/what-list_autopurge.php index afc35102c6..8a5cf45583 100644 --- a/inc/modules/admin/what-list_autopurge.php +++ b/inc/modules/admin/what-list_autopurge.php @@ -41,7 +41,7 @@ if ((!defined('__SECURITY')) || (!IS_ADMIN())) { ADD_DESCR("admin", basename(__FILE__)); // Ok, let's have a look... -$since = bigintval(time() - $_CONFIG['ap_in_since']); +$since = bigintval(time() - $_CONFIG['ap_inactive_since']); $EXCLUDE_LIST = " AND d.userid != ".$_CONFIG['def_refid'].""; // Check for more extensions