#690746 follow-up: stop creating numbered tables :) From: Damien Tournoud --- system/system.install | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git modules/system/system.install modules/system/system.install index 67e4249..c1d2cdf 100644 --- modules/system/system.install +++ modules/system/system.install @@ -2456,7 +2456,7 @@ function system_update_7054() { // included in later updates though. $cache_tables = array('cache', 'cache_form', 'cache_menu', 'cache_page'); $schema = system_schema_cache_7054(); - foreach ($cache_tables as $table => $description) { + foreach ($cache_tables as $table) { db_drop_table($table); db_create_table($table, $schema); }