summaryrefslogtreecommitdiff
path: root/modules/node/node.install
diff options
context:
space:
mode:
Diffstat (limited to 'modules/node/node.install')
-rw-r--r--modules/node/node.install11
1 files changed, 10 insertions, 1 deletions
diff --git a/modules/node/node.install b/modules/node/node.install
index 0955d4369..434410c8d 100644
--- a/modules/node/node.install
+++ b/modules/node/node.install
@@ -847,6 +847,15 @@ function node_update_7010() {
}
/**
+ * @} End of "addtogroup updates-6.x-to-7.x".
+ */
+
+/**
+ * @addtogroup updates-7.x-extra
+ * @{
+ */
+
+/**
* Update the database from Drupal 6 to match the schema.
*/
function node_update_7011() {
@@ -915,5 +924,5 @@ function node_update_7013() {
}
/**
- * @} End of "addtogroup updates-6.x-to-7.x".
+ * @} End of "addtogroup updates-7.x-extra".
*/