summaryrefslogtreecommitdiff
path: root/modules/trigger
diff options
context:
space:
mode:
Diffstat (limited to 'modules/trigger')
-rw-r--r--modules/trigger/trigger.install9
1 files changed, 9 insertions, 0 deletions
diff --git a/modules/trigger/trigger.install b/modules/trigger/trigger.install
index 20d5c3a3d..779cd2aad 100644
--- a/modules/trigger/trigger.install
+++ b/modules/trigger/trigger.install
@@ -80,6 +80,11 @@ function trigger_update_7000() {
}
/**
+ * @addtogroup updates-7.x-extra
+ * @{
+ */
+
+/**
* Increase the length of the "hook" field to 78 characters.
*
* This is a separate function for those who ran an older version of
@@ -105,3 +110,7 @@ function trigger_update_7002() {
->execute();
}
}
+
+/**
+ * @} End of "addtogroup updates-7.x-extra".
+ */