]> 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 f3b1af8477fb5d2ab76add04b6475032c1e8e782..ee4ec0224aaf1a6ff562f40e63ddbe17d162325c 100644 (file)
@@ -46,17 +46,14 @@ foreach ($INC_POOL as $fqfn) {
        require_once($fqfn);
 } // END - foreach
 
+// Remove array
+unset($INC_POOL);
+
 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();
-}
-
 //
 ?>