diff options
author | Dries Buytaert <dries@buytaert.net> | 2010-09-17 02:28:37 +0000 |
---|---|---|
committer | Dries Buytaert <dries@buytaert.net> | 2010-09-17 02:28:37 +0000 |
commit | 1bb8993aad4cbf9bb0852cf0830453fe62f92c8c (patch) | |
tree | 0bd928826f674c0ca6c1f811703ca3d4a9c138c6 /modules/locale | |
parent | 5d44ff337db9185b88c09a2d234ac08c89f359ce (diff) | |
download | brdo-1bb8993aad4cbf9bb0852cf0830453fe62f92c8c.tar.gz brdo-1bb8993aad4cbf9bb0852cf0830453fe62f92c8c.tar.bz2 |
- Patch #909272 by moshe weitzman, David_Rothstein: remove stub update functions and renumber the remaining ones.
Diffstat (limited to 'modules/locale')
-rw-r--r-- | modules/locale/locale.install | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/modules/locale/locale.install b/modules/locale/locale.install index 80dbab9a8..1c32d58b7 100644 --- a/modules/locale/locale.install +++ b/modules/locale/locale.install @@ -105,9 +105,10 @@ function locale_update_7001() { /** * Allow longer javascript file names. + * + * Moved to update_fix_d7_requirements(). */ function locale_update_7002() { - // Update moved to update_fix_d7_requirements(). } /** |