X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;f=inc%2Fpool%2Fpool-;h=06e966306b3793529b11e61e981b8f899298be38;hb=9179301d4bd1f2303791add8b2ee19f41979aeb0;hp=f89e234c402100309bc6d69ba9110b7838fe8c53;hpb=2df8c1757b41f35e7c5b6a92c52ca96ab1b0bcb8;p=mailer.git diff --git a/inc/pool/pool- b/inc/pool/pool- index f89e234c40..06e966306b 100644 --- a/inc/pool/pool- +++ b/inc/pool/pool- @@ -43,10 +43,10 @@ if (!defined('__SECURITY')) { // Don't run on daily reset if ((isResetModeEnabled()) || (!isHtmlOutputMode())) { // Skip here - return false; + return FALSE; } elseif (!isExtensionActive('foo')) { // Abort if extension foo is not active - return false; + return FALSE; } // [EOF]