summaryrefslogtreecommitdiff
path: root/modules/archive
diff options
context:
space:
mode:
authorSteven Wittens <steven@10.no-reply.drupal.org>2004-09-15 20:34:35 +0000
committerSteven Wittens <steven@10.no-reply.drupal.org>2004-09-15 20:34:35 +0000
commitf8b429e963b4e9fe73f0a85a0ccb2679eca65d62 (patch)
tree9497c600f1eb3aca808f9579db34b7b742652064 /modules/archive
parentd00f4a4ebfc91321ed965335b16e13e6eaa519cd (diff)
downloadbrdo-f8b429e963b4e9fe73f0a85a0ccb2679eca65d62.tar.gz
brdo-f8b429e963b4e9fe73f0a85a0ccb2679eca65d62.tar.bz2
#10862: Smarter filter cache wiping.
Diffstat (limited to 'modules/archive')
-rw-r--r--modules/archive/archive.module2
1 files changed, 1 insertions, 1 deletions
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 .= "</table></div>\n\n";
- cache_set("archive:calendar:$day-$month-$year", $output, 1);
+ cache_set("archive:calendar:$day-$month-$year", $output, CACHE_TEMPORARY);
return $output;
}