]> git.mxchange.org Git - mailer.git/blobdiff - inc/autopurge/purge-unconfirmed.php
Fixes for wrong config entries
[mailer.git] / inc / autopurge / purge-unconfirmed.php
index 65219b2d7357a487c9cd533380187fa5fabc4266..7e997f2a2c3a852a2a0595f81b5ce70a609c87ea 100644 (file)
@@ -44,7 +44,7 @@ if ((!EXT_IS_ACTIVE("autopurge")) || ($_CONFIG['auto_purge_active'] == "N")) {
 } // END - if
 
 // Shall I auto-purge unconfirmed accounts?
-if ($_CONFIG['ap_unconfirmed'] == "Y") {
+if ($_CONFIG['autopurge_unconfirmed'] == "Y") {
        // Init variables and find unconfirmed accounts which I shall auto-purge
        $time = bigintval($_CONFIG['ap_un_time']);
        $result_uncon = SQL_QUERY_ESC("SELECT userid, email, joined