X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;f=inc%2Fmodules%2Fadmin%2Fwhat-list_autopurge.php;h=a66eff4229c6949e63016694fb2602bd943e58c4;hb=d18075f375db1b9db40773cdf80a5d6f2c36cd3a;hp=dbd63e5dee9ef5fb93acf4a4a29a5639aa56bf2a;hpb=75ad748a68473ace540251427a74fb781b1145e9;p=mailer.git diff --git a/inc/modules/admin/what-list_autopurge.php b/inc/modules/admin/what-list_autopurge.php index dbd63e5dee..a66eff4229 100644 --- a/inc/modules/admin/what-list_autopurge.php +++ b/inc/modules/admin/what-list_autopurge.php @@ -41,7 +41,7 @@ if ((ereg(basename(__FILE__), $_SERVER['PHP_SELF'])) || (!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_in_since']); $EXCLUDE_LIST = " AND d.userid != c.def_refid"; // Check for more extensions