X-Git-Url: https://git.mxchange.org/?p=mailer.git;a=blobdiff_plain;f=inc%2Fpool%2Fpool-;h=0b8cf871330b311b50024118d996d039d89b5e69;hp=f89e234c402100309bc6d69ba9110b7838fe8c53;hb=cd7d344ea7007cfa20413acd3e03e50f0ab86d86;hpb=63f159414369b5ea19a8ca75d8cd8033c45d8341 diff --git a/inc/pool/pool- b/inc/pool/pool- index f89e234c40..0b8cf87133 100644 --- a/inc/pool/pool- +++ b/inc/pool/pool- @@ -16,7 +16,7 @@ * $Author:: $ * * -------------------------------------------------------------------- * * Copyright (c) 2003 - 2009 by Roland Haeder * - * Copyright (c) 2009 - 2012 by Mailer Developer Team * + * Copyright (c) 2009 - 2013 by Mailer Developer Team * * For more information visit: http://mxchange.org * * * * This program is free software; you can redistribute it and/or modify * @@ -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]