]> git.mxchange.org Git - mailer.git/blobdiff - inc/filter/rallye_filter.php
earning_name renamed to earning_provider
[mailer.git] / inc / filter / rallye_filter.php
index cda5e6bc2eec26d8f96d9925aa9b92e799314f31..eddeca486d9af567a2111a27d1d0d8deb9e0a18f 100644 (file)
@@ -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]