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/forum/forum.install | 18 +++++++++--------- 1 file changed, 9 insertions(+), 9 deletions(-) (limited to 'modules/forum') diff --git a/modules/forum/forum.install b/modules/forum/forum.install index dec2bcced..558439079 100644 --- a/modules/forum/forum.install +++ b/modules/forum/forum.install @@ -351,6 +351,11 @@ function forum_update_7001() { ->execute(); } +/** + * @addtogroup updates-7.x-extra + * @{ + */ + /** * Add new index to forum_index table. */ @@ -359,11 +364,6 @@ function forum_update_7002() { db_add_index('forum_index', 'forum_topics', array('nid', 'tid', 'sticky', 'last_comment_timestamp')); } -/** - * @addtogroup updates-7.x-extra - * @{ - */ - /** * Rename field to 'taxonomy_forums'. */ @@ -441,10 +441,6 @@ function forum_update_7003() { return $messages; } -/** - * @} End of "addtogroup updates-7.x-extra". - */ - /** * Update {forum_index} so that only published nodes are indexed. */ @@ -465,3 +461,7 @@ function forum_update_7012() { db_add_index('forum_index', 'created', array('created')); db_add_index('forum_index', 'last_comment_timestamp', array('last_comment_timestamp')); } + +/** + * @} End of "addtogroup updates-7.x-extra". + */ -- cgit v1.2.3