]> git.mxchange.org Git - mailer.git/blobdiff - inc/autopurge/purge-inact.php
Missed to add...
[mailer.git] / inc / autopurge / purge-inact.php
index c7c658ea9118b509aa705623d9ab4a4c3b332fa6..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'];
@@ -57,7 +57,7 @@ if ($_CONFIG['ap_inactive'] == "Y") {
        // Check for new holiday extension
        if (GET_EXT_VERSION("holiday") >= "0.1.3") {
                // Include only users with no active holiday
-               $EXCLUDE_LIST .= " AND d.holiday_active = 'N'";
+               $EXCLUDE_LIST .= " AND d.holiday_active='N'";
        } // END - if
 
        // Check for all accounts