diff --git a/core/modules/locale/locale.install b/core/modules/locale/locale.install index 1028a12..eb11e4f 100644 --- a/core/modules/locale/locale.install +++ b/core/modules/locale/locale.install @@ -319,7 +319,7 @@ function locale_update_8002() { /** * Converts language domains to new format. */ -function locale_update_8002() { +function locale_update_8003() { $message = ''; $domains = variable_get('locale_language_negotiation_url_domains', array()); // $used_domains keeps track of the domain names in use.