From ac6ebdb38a1704d140f449e7b3a041059153bcae Mon Sep 17 00:00:00 2001 From: Andrew Dolgov Date: Wed, 24 Oct 2007 08:00:05 +0100 Subject: simplepie: try to unset() rss object after update --- functions.php | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/functions.php b/functions.php index 15f6843b9..23e028a34 100644 --- a/functions.php +++ b/functions.php @@ -1170,6 +1170,10 @@ last_updated = NOW() WHERE id = '$feed'"); } + if (ENABLE_SIMPLEPIE) { + unset($rss); + } + if (defined('DAEMON_EXTENDED_DEBUG') || $_GET['xdebug']) { _debug("update_rss_feed: done"); } -- cgit v1.2.3