Fixes for wrong config entries
[mailer.git] / inc / autopurge / purge-inact.php
index fb96fc0f1fab1a293219bb45963151dab8cf84ad..b1d5bc92f8015bcb87cdc279fcc5197f71ab9fc4 100644 (file)
@@ -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'];