From 76ba5ed5165459420fd46919ae35a244c4a0a070 Mon Sep 17 00:00:00 2001 From: Dries Buytaert Date: Thu, 21 May 2009 10:17:37 +0000 Subject: - Patch #468732 by Andypost: fixed comment. --- includes/cache.inc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/includes/cache.inc b/includes/cache.inc index c96f46058..c9574df3b 100644 --- a/includes/cache.inc +++ b/includes/cache.inc @@ -168,7 +168,7 @@ function cache_clear_all($cid = NULL, $table = NULL, $wildcard = FALSE) { variable_set('cache_flush_' . $table, REQUEST_TIME); } elseif (REQUEST_TIME > ($cache_flush + variable_get('cache_lifetime', 0))) { - // Clear the cache for everyone, cache_flush_delay seconds have + // Clear the cache for everyone, cache_lifetime seconds have // passed since the first request to clear the cache. db_delete($table) ->condition('expire', CACHE_PERMANENT, '<>') -- cgit v1.2.3