X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;f=inc%2Fautopurge%2Fpurge-inact.php;h=b1d5bc92f8015bcb87cdc279fcc5197f71ab9fc4;hb=4e7273a155c9afa62cf0e094f96e206455b8bdde;hp=fb96fc0f1fab1a293219bb45963151dab8cf84ad;hpb=143e78d4231adddd9e706cbf55ec5dd8c1651890;p=mailer.git diff --git a/inc/autopurge/purge-inact.php b/inc/autopurge/purge-inact.php index fb96fc0f1f..b1d5bc92f8 100644 --- a/inc/autopurge/purge-inact.php +++ b/inc/autopurge/purge-inact.php @@ -44,7 +44,7 @@ if ((!EXT_IS_ACTIVE("autopurge")) || ($_CONFIG['auto_purge_active'] == "N")) { } // END - if // Shall I look for inactive accounts and autopurge inactive accounts? -if ($_CONFIG['ap_inactive'] == "Y") { +if ($_CONFIG['autopurge_inactive'] == "Y") { // Ok, let's have a look... $since = bigintval($_CONFIG['ap_inactive_since']); $EXCLUDE_LIST = " AND d.userid != ".$_CONFIG['def_refid'];