]> git.mxchange.org Git - mailer.git/blobdiff - inc/pool-update.php
More XHTML-fied and extended header added to templates
[mailer.git] / inc / pool-update.php
index cb2aefe1d6a6729f36c26492e255ee2d8d3e6115..9499323bb2860a41ec920daac4852ff6d767fc10 100644 (file)
  * -------------------------------------------------------------------- *
  * Kurzbeschreibung  : Sendet freigegebene Mails aus den Pool           *
  * -------------------------------------------------------------------- *
- *                                                                      *
+ * $Revision:: 856                                                    $ *
+ * $Date:: 2009-03-06 20:24:32 +0100 (Fr, 06. March 2009)             $ *
+ * $Tag:: 0.2.1-FINAL                                                 $ *
+ * $Author:: stelzi                                                   $ *
+ * Needs to be in all Files and every File needs "svn propset           *
+ * svn:keywords Date Revision" (autoprobset!) at least!!!!!!            *
  * -------------------------------------------------------------------- *
  * Copyright (c) 2003 - 2008 by Roland Haeder                           *
  * For more information visit: http://www.mxchange.org                  *
@@ -38,7 +43,7 @@ if (!defined('__SECURITY')) {
 }
 
 // Don't run on daily reset
-if (defined('__DAILY_RESET')) {
+if (isResetModeEnabled()) {
        // Skip here
        return false;
 } // END - if
@@ -46,11 +51,8 @@ if (defined('__DAILY_RESET')) {
 // Init counter
 $GLOBALS['pool_cnt'] = 0;
 
-// Load more cache includes
-$INC_POOL = GET_DIR_AS_ARRAY("inc/pool/", "pool-");
-
 // Run the filter
-runFilterChain('load_includes', $INC_POOL);
+runFilterChain('load_includes', GET_DIR_AS_ARRAY("inc/pool/", "pool-"));
 
 // Remove counter again
 unset($GLOBALS['pool_cnt']);