From 7a7abd77b47bb1f92ef4380502e071f840db9280 Mon Sep 17 00:00:00 2001 From: Jennifer Hodgdon Date: Mon, 16 Jul 2012 09:45:43 -0700 Subject: Issue #1615312 by dsdeiz, David_Rothstein: Make sure all D7 to D7 updates are listed in the updates-7.x-extra group --- modules/block/block.install | 11 ++++++++++- 1 file changed, 10 insertions(+), 1 deletion(-) (limited to 'modules/block') diff --git a/modules/block/block.install b/modules/block/block.install index 073b0b4a0..a78c885e7 100644 --- a/modules/block/block.install +++ b/modules/block/block.install @@ -456,6 +456,15 @@ function block_update_7007() { )); } +/** + * @} End of "addtogroup updates-6.x-to-7.x". + */ + +/** + * @addtogroup updates-7.x-extra + * @{ + */ + /** * Update database to match Drupal 7 schema. */ @@ -464,5 +473,5 @@ function block_update_7008() { } /** - * @} End of "addtogroup updates-6.x-to-7.x". + * @} End of "addtogroup updates-7.x-extra". */ -- cgit v1.2.3