X-Git-Url: https://git.mxchange.org/?p=mailer.git;a=blobdiff_plain;f=inc%2Fautopurge.php;h=e74810d1b3e1cdafd6a5cd532e4a26d108e64565;hp=8f2e72a208e683e053d724c893464283f701541a;hb=508228c85fba8448d00865b1639cb8cd7a69e457;hpb=c81e9ed85e01215e464d94446773bcd5e6699194 diff --git a/inc/autopurge.php b/inc/autopurge.php index 8f2e72a208..e74810d1b3 100644 --- a/inc/autopurge.php +++ b/inc/autopurge.php @@ -10,7 +10,12 @@ * -------------------------------------------------------------------- * * Kurzbeschreibung : Auto-Loeschung von veralteten Mail-Links * * -------------------------------------------------------------------- * - * * + * $Revision:: 856 $ * + * $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 * @@ -37,14 +42,11 @@ if (!defined('__SECURITY')) { require($INC); } // END - if -// Load all includes -$INC_POOL = GET_DIR_AS_ARRAY(constant('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'); // ?>