]> git.mxchange.org Git - mailer.git/blobdiff - inc/autopurge/purge-inact.php
Even more rewritten
[mailer.git] / inc / autopurge / purge-inact.php
index a7a978dcc646c49cde360b8b74a98a4b28bcb2b9..9d630b20583f9ef5374fcf727425bc4eb81c6519 100644 (file)
@@ -43,7 +43,7 @@ if (!defined('__SECURITY')) {
 } // END - if
 
 // Abort if autopurge is not active or disabled by admin
-if ((!EXT_IS_ACTIVE('autopurge')) || (getConfig('auto_purge_active') != "Y")) {
+if ((!EXT_IS_ACTIVE('autopurge')) || (getConfig('auto_purge_active') != 'Y')) {
        // Abort here
        return false;
 } // END - if