diff options
author | Jennifer Hodgdon <yahgrp@poplarware.com> | 2012-07-16 09:45:43 -0700 |
---|---|---|
committer | Jennifer Hodgdon <yahgrp@poplarware.com> | 2012-07-16 09:45:43 -0700 |
commit | 7a7abd77b47bb1f92ef4380502e071f840db9280 (patch) | |
tree | 4612f9d2d209a59b1f8f2c90a6ead6e9a70ea1a9 /modules/system/system.install | |
parent | 10bdfda909cff100255005d8c6d3abc5ba3eff2a (diff) | |
download | brdo-7a7abd77b47bb1f92ef4380502e071f840db9280.tar.gz brdo-7a7abd77b47bb1f92ef4380502e071f840db9280.tar.bz2 |
Issue #1615312 by dsdeiz, David_Rothstein: Make sure all D7 to D7 updates are listed in the updates-7.x-extra group
Diffstat (limited to 'modules/system/system.install')
-rw-r--r-- | modules/system/system.install | 20 |
1 files changed, 10 insertions, 10 deletions
diff --git a/modules/system/system.install b/modules/system/system.install index 676d27259..800ea12e1 100644 --- a/modules/system/system.install +++ b/modules/system/system.install @@ -2953,6 +2953,16 @@ function system_update_7069() { } /** + * @} End of "defgroup updates-6.x-to-7.x". + * The next series of updates should start at 8000. + */ + +/** + * @defgroup updates-7.x-extra Extra system updates for 7.x + * @{ + */ + +/** * Remove the obsolete 'drupal_badge_color' and 'drupal_badge_size' variables. */ function system_update_7070() { @@ -2983,16 +2993,6 @@ function system_update_7072() { } /** - * @} End of "defgroup updates-6.x-to-7.x". - * The next series of updates should start at 8000. - */ - -/** - * @defgroup updates-7.x-extra Extra system updates for 7.x - * @{ - */ - -/** * Add binary to {file_managed}, in case system_update_7034() was run without * it. */ |