]> git.mxchange.org Git - mailer.git/blobdiff - inc/autopurge/purge-tsks.php
Even more rewritten
[mailer.git] / inc / autopurge / purge-tsks.php
index 5a19d677824c37eb78dd07a0b12cd7b290b6fe21..1903319a0f4b2206e143a550f2fd3b9ffc21c2ba 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