diff options
Diffstat (limited to 'modules/update/update.install')
-rw-r--r-- | modules/update/update.install | 2 |
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'); |