From f8b429e963b4e9fe73f0a85a0ccb2679eca65d62 Mon Sep 17 00:00:00 2001 From: Steven Wittens Date: Wed, 15 Sep 2004 20:34:35 +0000 Subject: #10862: Smarter filter cache wiping. --- modules/archive/archive.module | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'modules/archive/archive.module') diff --git a/modules/archive/archive.module b/modules/archive/archive.module index 2e6a78654..21047dae7 100644 --- a/modules/archive/archive.module +++ b/modules/archive/archive.module @@ -169,7 +169,7 @@ function archive_calendar($original = 0) { $output .= "\n\n"; - cache_set("archive:calendar:$day-$month-$year", $output, 1); + cache_set("archive:calendar:$day-$month-$year", $output, CACHE_TEMPORARY); return $output; } -- cgit v1.2.3