X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;f=inc%2Fpool-update.php;h=8531d6087f9bd8f8c5e5fb99d32eccbfb0f2b273;hb=9d527cf8f2d95f7f58a42cb159f0ffc732f49d39;hp=93e986148ad7a6b01220de3b9790791d1705205e;hpb=c81e9ed85e01215e464d94446773bcd5e6699194;p=mailer.git diff --git a/inc/pool-update.php b/inc/pool-update.php index 93e986148a..8531d6087f 100644 --- a/inc/pool-update.php +++ b/inc/pool-update.php @@ -10,7 +10,12 @@ * -------------------------------------------------------------------- * * Kurzbeschreibung : Sendet freigegebene Mails aus den Pool * * -------------------------------------------------------------------- * - * * + * $Revision:: $ * + * $Date:: $ * + * $Tag:: 0.2.1-FINAL $ * + * $Author:: $ * + * 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(constant('PATH')."inc/pool/", "pool-"); - // Run the filter -RUN_FILTER('load_includes', $INC_POOL); +runFilterChain('load_includes', GET_DIR_AS_ARRAY("inc/pool/", "pool-")); // Remove counter again unset($GLOBALS['pool_cnt']);