From 8fdf7a87503c9572fa481e4edc2f913a1385eb48 Mon Sep 17 00:00:00 2001 From: Dries Buytaert Date: Wed, 30 Aug 2006 08:46:17 +0000 Subject: - Patch #72290 by killes: split up the cache table. --- includes/common.inc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'includes/common.inc') diff --git a/includes/common.inc b/includes/common.inc index 4ab0e2e57..90c620c63 100644 --- a/includes/common.inc +++ b/includes/common.inc @@ -1597,7 +1597,7 @@ function page_set_cache() { } ob_end_flush(); if ($cache && $data) { - cache_set($base_root . request_uri(), $data, CACHE_TEMPORARY, drupal_get_headers()); + cache_set($base_root . request_uri(), 'cache_page', $data, CACHE_TEMPORARY, drupal_get_headers()); } } } -- cgit v1.2.3