- Notification mode added to surfbar (dummy!)
[mailer.git] / inc / autopurge.php
index f3b1af8477fb5d2ab76add04b6475032c1e8e782..b312634738900081d372ac212bc97127dbd1a128 100644 (file)
@@ -46,6 +46,9 @@ 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");