]> git.mxchange.org Git - mailer.git/blobdiff - inc/autopurge.php
More fixes, menus are no longer set visible if extension is deactivated, thanks to...
[mailer.git] / inc / autopurge.php
index b312634738900081d372ac212bc97127dbd1a128..ee4ec0224aaf1a6ff562f40e63ddbe17d162325c 100644 (file)
@@ -55,11 +55,5 @@ if (EXT_IS_ACTIVE("rallye")) {
        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();
-}
-
 //
 ?>