]> git.mxchange.org Git - mailer.git/blobdiff - inc/purge/purge-user.php
Code style changed, ext-user continued:
[mailer.git] / inc / purge / purge-user.php
index 3e4850c6d4f83eacec097b6d207ef351f904bb37..6b8a7d32425c057830e0e71ba70b95a6f75047c3 100644 (file)
@@ -43,7 +43,7 @@ if (!defined('__SECURITY')) {
 // Abort if autopurge is not active or disabled by admin
 if ((!isExtensionActive('autopurge')) || (getConfig('auto_purge_active') != 'Y')) {
        // Abort here
-       return false;
+       return FALSE;
 } // END - if
 
 // [EOF]