From 4d29898a9638a30451e6fb53c1429bfa4ed43ee7 Mon Sep 17 00:00:00 2001 From: Dries Buytaert Date: Sat, 28 Jun 2003 22:48:18 +0000 Subject: - Bugfix: flush the cache after updating the new feeds (or after having added or removed news items). Fixes bug #2088. --- modules/import.module | 1 + 1 file changed, 1 insertion(+) (limited to 'modules/import.module') diff --git a/modules/import.module b/modules/import.module index 1d384e706..1926605b4 100644 --- a/modules/import.module +++ b/modules/import.module @@ -394,6 +394,7 @@ function import_refresh($feed) { db_query("DELETE FROM item WHERE ". implode(" OR ", array_slice($items, 0, - 50))); } + cache_clear_all(); } else { return t("failed to parse RSS feed '%site': no data.", array("%site" => $feed["tite"])); -- cgit v1.2.3