summaryrefslogtreecommitdiff
path: root/modules/block
diff options
context:
space:
mode:
Diffstat (limited to 'modules/block')
-rw-r--r--modules/block/block.install11
1 files changed, 10 insertions, 1 deletions
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
@@ -457,6 +457,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.
*/
function block_update_7008() {
@@ -464,5 +473,5 @@ function block_update_7008() {
}
/**
- * @} End of "addtogroup updates-6.x-to-7.x".
+ * @} End of "addtogroup updates-7.x-extra".
*/