summaryrefslogtreecommitdiff
path: root/modules/update
diff options
context:
space:
mode:
authorDries Buytaert <dries@buytaert.net>2010-05-19 19:14:43 +0000
committerDries Buytaert <dries@buytaert.net>2010-05-19 19:14:43 +0000
commit63dba2a07da80609306e9e09e88cc989bbd71de6 (patch)
treeff8aa7337fd6d1e239f8c18ca02ecfed8534f326 /modules/update
parent0444684a2be60cdbb34874c82b970446198b7b07 (diff)
downloadbrdo-63dba2a07da80609306e9e09e88cc989bbd71de6.tar.gz
brdo-63dba2a07da80609306e9e09e88cc989bbd71de6.tar.bz2
- 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.
Diffstat (limited to 'modules/update')
-rw-r--r--modules/update/update.install2
1 files changed, 1 insertions, 1 deletions
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');