summaryrefslogtreecommitdiff
path: root/modules
diff options
context:
space:
mode:
authorAngie Byron <webchick@24967.no-reply.drupal.org>2010-07-07 05:44:03 +0000
committerAngie Byron <webchick@24967.no-reply.drupal.org>2010-07-07 05:44:03 +0000
commit449f1f7cbd5399b1ad092378d1fcf80e91507cb0 (patch)
treebb78968dd339c8c089c0da0c3924533c20c08b22 /modules
parent47b8bec8e290a05af368d05deb7fb0cc98ef0292 (diff)
downloadbrdo-449f1f7cbd5399b1ad092378d1fcf80e91507cb0.tar.gz
brdo-449f1f7cbd5399b1ad092378d1fcf80e91507cb0.tar.bz2
#845746 by Berdir: Fixed update process broken on multi-language sites using i18n module.
Diffstat (limited to 'modules')
-rw-r--r--modules/locale/locale.install2
1 files changed, 1 insertions, 1 deletions
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().
}
/**