]> git.mxchange.org Git - mailer.git/blobdiff - inc/pool/pool-
Updated copyright notice as there are changes in this year
[mailer.git] / inc / pool / pool-
index 9e7822f84ffaa47b8b68a6acc8f6a85444a0f69e..0b8cf871330b311b50024118d996d039d89b5e69 100644 (file)
@@ -16,8 +16,8 @@
  * $Author::                                                          $ *
  * -------------------------------------------------------------------- *
  * Copyright (c) 2003 - 2009 by Roland Haeder                           *
- * Copyright (c) 2009 - 2011 by Mailer Developer Team                   *
- * For more information visit: http://www.mxchange.org                  *
+ * 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 *
  * it under the terms of the GNU General Public License as published by *
@@ -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]