summaryrefslogtreecommitdiff
path: root/modules/archive/archive.module
diff options
context:
space:
mode:
authorDries Buytaert <dries@buytaert.net>2003-07-23 18:33:12 +0000
committerDries Buytaert <dries@buytaert.net>2003-07-23 18:33:12 +0000
commit3833e4de9df8009b3b4072a835205375dcb67433 (patch)
treece945a5725e9d1af82c595fa0f0fe795248b6e56 /modules/archive/archive.module
parent81ea70d101557e901bcad4bd1eb91385ab1b7096 (diff)
downloadbrdo-3833e4de9df8009b3b4072a835205375dcb67433.tar.gz
brdo-3833e4de9df8009b3b4072a835205375dcb67433.tar.bz2
- Cache system improvements by Gerhard: removed some left-overs.
Diffstat (limited to 'modules/archive/archive.module')
-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 3f2255357..8fbfe6dab 100644
--- a/modules/archive/archive.module
+++ b/modules/archive/archive.module
@@ -150,7 +150,7 @@ function archive_calendar($original = 0) {
$output .= "</table></div>\n\n";
- cache_set("archive:calendar:$start_of_month", $output, time() + variable_get("cache_clear", 120));
+ cache_set("archive:calendar:$start_of_month", $output, 1);
return $output;
}