]> git.mxchange.org Git - mailer.git/blobdiff - inc/daily/daily_autopurge.php
Extension ext-coupon continued, naming convention, many improvements:
[mailer.git] / inc / daily / daily_autopurge.php
index e2d13f9a2235ae44165fb8c89a907543a4069f3a..46878b7611c96f4b22939f5a594d8bf49ad176d5 100644 (file)
@@ -16,7 +16,7 @@
  * $Author::                                                          $ *
  * -------------------------------------------------------------------- *
  * Copyright (c) 2003 - 2009 by Roland Haeder                           *
- * Copyright (c) 2009, 2010 by Mailer Developer Team                    *
+ * Copyright (c) 2009 - 2011 by Mailer Developer Team                   *
  * For more information visit: http://www.mxchange.org                  *
  *                                                                      *
  * This program is free software; you can redistribute it and/or modify *
@@ -51,7 +51,7 @@ if (!defined('__SECURITY')) {
 
 // Init & set the include pool
 initIncludePool('autopurge');
-setIncludePool('autopurge', getArrayFromDirectory('inc/autopurge/', 'purge-'));
+setIncludePool('autopurge', getArrayFromDirectory('inc/purge/', 'purge-'));
 
 // Run the filter
 runFilterChain('load_includes', 'autopurge');