diff options
author | Dries Buytaert <dries@buytaert.net> | 2009-05-21 10:17:37 +0000 |
---|---|---|
committer | Dries Buytaert <dries@buytaert.net> | 2009-05-21 10:17:37 +0000 |
commit | 76ba5ed5165459420fd46919ae35a244c4a0a070 (patch) | |
tree | 3dec2f1769c7e66c0eb6fb30715b18f4775b95f3 | |
parent | d2fd0ed6c0b52a8d07ef20f18c7e8172c5c57bb6 (diff) | |
download | brdo-76ba5ed5165459420fd46919ae35a244c4a0a070.tar.gz brdo-76ba5ed5165459420fd46919ae35a244c4a0a070.tar.bz2 |
- Patch #468732 by Andypost: fixed comment.
-rw-r--r-- | includes/cache.inc | 2 |
1 files changed, 1 insertions, 1 deletions
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, '<>') |