From 63dba2a07da80609306e9e09e88cc989bbd71de6 Mon Sep 17 00:00:00 2001 From: Dries Buytaert Date: Wed, 19 May 2010 19:14:43 +0000 Subject: - Patch #692044 by Damien Tournoud, effulgentsia, jbrown: a site with statistics module enabled is much slower in serving cached pages in D7 than in D6. --- modules/update/update.install | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'modules/update/update.install') diff --git a/modules/update/update.install b/modules/update/update.install index f324ce570..5bc855847 100644 --- a/modules/update/update.install +++ b/modules/update/update.install @@ -169,7 +169,7 @@ function update_update_7000() { } /** - * Remove {cache_update}.headers columns. + * Remove {cache_update}.headers column. */ function update_update_7001() { db_drop_field('cache_update', 'headers'); -- cgit v1.2.3