]> 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 aac04bd95ed046d576d8ade6fc5c0619b85200cd..0b8cf871330b311b50024118d996d039d89b5e69 100644 (file)
@@ -1,7 +1,7 @@
 <?php
 /************************************************************************
- * MXChange v0.2.1                                    Start: 10/24/2009 *
- * ===============                              Last change: 10/24/2009 *
+ * Mailer v0.2.1-FINAL                                Start: 10/24/2009 *
+ * ===================                          Last change: 10/24/2009 *
  *                                                                      *
  * -------------------------------------------------------------------- *
  * File              : pool-                                            *
  * -------------------------------------------------------------------- *
  * Kurzbeschreibung  : Sendet                                           *
  * -------------------------------------------------------------------- *
- * $Revision:: 1161                                                   $ *
- * $Date:: 2009-10-06 22:04:31 +0200 (Tue, 06 Oct 2009)               $ *
+ * $Revision::                                                        $ *
+ * $Date::                                                            $ *
  * $Tag:: 0.2.1-FINAL                                                 $ *
- * $Author:: quix0r                                                   $ *
- * Needs to be in all Files and every File needs "svn propset           *
- * svn:keywords Date Revision" (autoprobset!) at least!!!!!!            *
+ * $Author::                                                          $ *
  * -------------------------------------------------------------------- *
  * Copyright (c) 2003 - 2009 by Roland Haeder                           *
- * 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 *
@@ -42,12 +41,12 @@ if (!defined('__SECURITY')) {
 }
 
 // Don't run on daily reset
-if (isResetModeEnabled()) {
+if ((isResetModeEnabled()) || (!isHtmlOutputMode())) {
        // Skip here
-       return false;
+       return FALSE;
 } elseif (!isExtensionActive('foo')) {
        // Abort if extension foo is not active
-       return false;
+       return FALSE;
 }
 
 // [EOF]