summaryrefslogtreecommitdiff
path: root/modules/locale/locale.install
diff options
context:
space:
mode:
Diffstat (limited to 'modules/locale/locale.install')
-rw-r--r--modules/locale/locale.install16
1 files changed, 8 insertions, 8 deletions
diff --git a/modules/locale/locale.install b/modules/locale/locale.install
index 6ee2cc772..2d94c7170 100644
--- a/modules/locale/locale.install
+++ b/modules/locale/locale.install
@@ -126,14 +126,6 @@ function locale_update_7002() {
}
/**
- * Update "language_count" variable.
- */
-function locale_update_7003() {
- $languages = language_list('enabled');
- variable_set('language_count', count($languages[1]));
-}
-
-/**
* @} End of "addtogroup updates-6.x-to-7.x".
*/
@@ -143,6 +135,14 @@ function locale_update_7003() {
*/
/**
+ * Update "language_count" variable.
+ */
+function locale_update_7003() {
+ $languages = language_list('enabled');
+ variable_set('language_count', count($languages[1]));
+}
+
+/**
* Remove duplicates in {locales_source}.
*/
function locale_update_7004() {