X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;f=inc%2Fpool-update.php;h=256e16109e0cca3f026053a3f75f6d9c89a0ce58;hb=af7035c4b7477791785d350f4cd72e809583e42a;hp=ac66385eb898089920bafbc0f839a3fee68f810d;hpb=5f5a73c72457ea761906640dc3d29749301102f9;p=mailer.git diff --git a/inc/pool-update.php b/inc/pool-update.php index ac66385eb8..256e16109e 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 * @@ -46,11 +51,12 @@ if (isResetModeEnabled()) { // Init counter $GLOBALS['pool_cnt'] = 0; -// Load more cache includes -$INC_POOL = GET_DIR_AS_ARRAY("inc/pool/", "pool-"); +// Init & set the include pool +INIT_INC_POOL(); +SET_INC_POOL(GET_DIR_AS_ARRAY("inc/pool/", "pool-")); // Run the filter -runFilterChain('load_includes', $INC_POOL); +runFilterChain('load_includes'); // Remove counter again unset($GLOBALS['pool_cnt']);