From 449f1f7cbd5399b1ad092378d1fcf80e91507cb0 Mon Sep 17 00:00:00 2001 From: Angie Byron Date: Wed, 7 Jul 2010 05:44:03 +0000 Subject: #845746 by Berdir: Fixed update process broken on multi-language sites using i18n module. --- modules/locale/locale.install | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'modules') diff --git a/modules/locale/locale.install b/modules/locale/locale.install index 4269023b3..c8d8e6e00 100644 --- a/modules/locale/locale.install +++ b/modules/locale/locale.install @@ -106,7 +106,7 @@ function locale_update_7001() { * Allow longer javascript file names. */ function locale_update_7002() { - db_change_field('languages', 'javascript', 'javascript', array('type' => 'varchar', 'length' => 64, 'not null' => TRUE, 'default' => '')); + // Update moved to update_fix_d7_requirements(). } /** -- cgit v1.2.3