- Notification mode added to surfbar (dummy!)
[mailer.git] / inc / load_cache.php
index f97f04d471ae121341a242e6a2156374aee6d4b4..fad1bdde22d6912a7c3740fb78e8984210b66e9b 100644 (file)
@@ -46,5 +46,8 @@ foreach ($INC_POOL as $fqfn) {
        require_once($fqfn);
 } // END - foreach
 
+// Remove array
+unset($INC_POOL);
+
 //
 ?>