]> git.mxchange.org Git - mailer.git/blobdiff - inc/filter/rallye_filter.php
Important notice added
[mailer.git] / inc / filter / rallye_filter.php
index cda5e6bc2eec26d8f96d9925aa9b92e799314f31..d95a1c906fa8739a7d9b2a94e52bcd9f08e3f88c 100644 (file)
@@ -17,7 +17,7 @@
  * -------------------------------------------------------------------- *
  * Copyright (c) 2003 - 2009 by Roland Haeder                           *
  * Copyright (c) 2009 - 2011 by Mailer Developer Team                   *
- * For more information visit: http://www.mxchange.org                  *
+ * For more information visit: http://mxchange.org                      *
  *                                                                      *
  * This program is free software; you can redistribute it and/or modify *
  * it under the terms of the GNU General Public License as published by *
@@ -41,9 +41,14 @@ if (!defined('__SECURITY')) {
 } // END - if
 
 // Filter for extra-autpurge
-function FILTER_RALLYE_EXTRA_AUTOPURGE () {
+function FILTER_RALLYE_EXTRA_AUTOPURGE ($filterData) {
        // Check expired rallyes (hard-coded 3 days limit for displaying expired rallyes!)
+       //* DEBUG: */ logDebugMessage(__FUNCTION__, __LINE__, 'Done!');
        purgeExpiredReferalRallyes();
+
+       // Return data
+       //* DEBUG: */ logDebugMessage(__FUNCTION__, __LINE__, 'Done!');
+       return $filterData;
 }
 
 // [EOF]