X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;ds=sidebyside;f=inc%2Fautopurge.php;h=89d2445ecf0b7791e8576bc613cbe460ce4bb0d6;hb=e01fcf1ca8ddeb72af76465df3ef72301a1cdae7;hp=75bddcd86b15f2864ccb3d377222099beda077e1;hpb=3a9723e159b1d9621c8a62927c9b911d6b484286;p=mailer.git diff --git a/inc/autopurge.php b/inc/autopurge.php index 75bddcd86b..89d2445ecf 100644 --- a/inc/autopurge.php +++ b/inc/autopurge.php @@ -10,7 +10,12 @@ * -------------------------------------------------------------------- * * Kurzbeschreibung : Auto-Loeschung von veralteten Mail-Links * * -------------------------------------------------------------------- * - * * + * $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 * @@ -37,14 +42,11 @@ if (!defined('__SECURITY')) { require($INC); } // END - if -// Load all includes -$INC_POOL = GET_DIR_AS_ARRAY(PATH."inc/autopurge/", "purge-"); - // Run the filter -RUN_FILTER('load_includes', $INC_POOL); +runFilterChain('load_includes', GET_DIR_AS_ARRAY("inc/autopurge/", "purge-")); // Run filters for extra autopurge -RUN_FILTER('extra_autopurge'); +runFilterChain('extra_autopurge'); // ?>