Code style changed, ext-user continued:
[mailer.git] / inc / purge / purge-
index 6d2b403cc345f0b701f7225fc416474a623ba34c..fadd911de360fc329cb1bf8e33ef83e3205c4080 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]