diff --git a/modules/forum/forum.install b/modules/forum/forum.install index dec2bcc..40985c1 100644 --- a/modules/forum/forum.install +++ b/modules/forum/forum.install @@ -442,10 +442,6 @@ function forum_update_7003() { } /** - * @} End of "addtogroup updates-7.x-extra". - */ - -/** * Update {forum_index} so that only published nodes are indexed. */ function forum_update_7011() { @@ -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". + */