]> git.mxchange.org Git - mailer.git/blobdiff - inc/autopurge.php
Heavily rewritten API:
[mailer.git] / inc / autopurge.php
index b312634738900081d372ac212bc97127dbd1a128..15e1832d90e0b7b20f9992ecf6cf887da4ddd377 100644 (file)
@@ -53,13 +53,7 @@ if (EXT_IS_ACTIVE("rallye")) {
        // Check expired rallyes (hard-coded 3 days limit for displaying expired rallyes!)
        require_once(PATH."inc/libs/rallye_functions.php");
        RALLYE_DELETE_EXPIRED_RALLYES();
-}
-
-if (EXT_IS_ACTIVE("bonus")) {
-       // Check for expired turbo bonus lines
-       require_once(PATH."inc/libs/bonus_functions.php");
-       BONUS_PURGE_EXPIRED_TURBO_BONUS();
-}
+} // END - if
 
 //
 ?>