]> 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 f89e234c402100309bc6d69ba9110b7838fe8c53..0b8cf871330b311b50024118d996d039d89b5e69 100644 (file)
@@ -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]