summaryrefslogtreecommitdiff
path: root/modules/forum
diff options
context:
space:
mode:
authorJennifer Hodgdon <yahgrp@poplarware.com>2012-07-16 09:45:43 -0700
committerJennifer Hodgdon <yahgrp@poplarware.com>2012-07-16 09:45:43 -0700
commit7a7abd77b47bb1f92ef4380502e071f840db9280 (patch)
tree4612f9d2d209a59b1f8f2c90a6ead6e9a70ea1a9 /modules/forum
parent10bdfda909cff100255005d8c6d3abc5ba3eff2a (diff)
downloadbrdo-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/forum')
-rw-r--r--modules/forum/forum.install18
1 files changed, 9 insertions, 9 deletions
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
@@ -352,6 +352,11 @@ function forum_update_7001() {
}
/**
+ * @addtogroup updates-7.x-extra
+ * @{
+ */
+
+/**
* Add new index to forum_index table.
*/
function forum_update_7002() {
@@ -360,11 +365,6 @@ function forum_update_7002() {
}
/**
- * @addtogroup updates-7.x-extra
- * @{
- */
-
-/**
* Rename field to 'taxonomy_forums'.
*/
function forum_update_7003() {
@@ -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".
+ */