From 55982862ae0debaa1c75e54b0da29937d7967537 Mon Sep 17 00:00:00 2001 From: webchick Date: Fri, 2 Mar 2012 11:07:10 -0800 Subject: [PATCH] Issue #1454538 follow-up by btmash: Fix update hook number. --- core/modules/system/system.install | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/core/modules/system/system.install b/core/modules/system/system.install index 8ab35e102b2..7b80bc584a8 100644 --- a/core/modules/system/system.install +++ b/core/modules/system/system.install @@ -1731,7 +1731,7 @@ function system_update_8003() { * * @see http://drupal.org/node/1454538 */ -function system_update_8003() { +function system_update_8004() { $langcode_field = array( 'description' => 'The {language}.langcode of this file.', 'type' => 'varchar',