]> git.mxchange.org Git - mailer.git/blobdiff - inc/filter/rallye_filter.php
mailer project continued:
[mailer.git] / inc / filter / rallye_filter.php
index 5e7d925e6caefe1f7aedc65d7cee8b491cabad4f..24d09ba745482415401b918d13bc85f4f29e8414 100644 (file)
@@ -16,8 +16,8 @@
  * $Author::                                                          $ *
  * -------------------------------------------------------------------- *
  * Copyright (c) 2003 - 2009 by Roland Haeder                           *
- * Copyright (c) 2009 - 2011 by Mailer Developer Team                   *
- * For more information visit: http://www.mxchange.org                  *
+ * Copyright (c) 2009 - 2012 by Mailer Developer Team                   *
+ * 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,14 +41,14 @@ if (!defined('__SECURITY')) {
 } // END - if
 
 // Filter for extra-autpurge
-function FILTER_RALLYE_EXTRA_AUTOPURGE ($data) {
+function FILTER_RALLYE_EXTRA_AUTOPURGE ($filterData) {
        // Check expired rallyes (hard-coded 3 days limit for displaying expired rallyes!)
        //* DEBUG: */ logDebugMessage(__FUNCTION__, __LINE__, 'Done!');
-       purgeExpiredReferalRallyes();
+       purgeExpiredReferralRallyes();
 
        // Return data
        //* DEBUG: */ logDebugMessage(__FUNCTION__, __LINE__, 'Done!');
-       return $data;
+       return $filterData;
 }
 
 // [EOF]