Code style changed, ext-user continued:
[mailer.git] / inc / purge / purge-tasks.php
index 4917a6f8dc7c0cd6808a49c65167067615ec91d5..0c70c91ab05b98448b70b692728b1cd7db849975 100644 (file)
@@ -43,7 +43,7 @@ if (!defined('__SECURITY')) {
 // Abort if autopurge is not active or disabled by admin
 if ((!isExtensionActive('autopurge')) || (!isAutoPurgingActive())) {
        // Abort here
-       return false;
+       return FALSE;
 } // END - if
 
 // Check version (must be >= 0.1.9)