summaryrefslogtreecommitdiff
path: root/modules/field/modules/list/list.install
diff options
context:
space:
mode:
Diffstat (limited to 'modules/field/modules/list/list.install')
-rw-r--r--modules/field/modules/list/list.install11
1 files changed, 10 insertions, 1 deletions
diff --git a/modules/field/modules/list/list.install b/modules/field/modules/list/list.install
index 91c7649c1..2386f0483 100644
--- a/modules/field/modules/list/list.install
+++ b/modules/field/modules/list/list.install
@@ -117,6 +117,11 @@ function _list_update_7001_extract_allowed_values($string, $position_keys) {
}
/**
+ * @addtogroup updates-7.x-extra
+ * @{
+ */
+
+/**
* Re-apply list_update_7001() for deleted fields.
*/
function list_update_7002() {
@@ -126,4 +131,8 @@ function list_update_7002() {
// list_update_7001() has the required checks to ensure it is reentrant, so
// it can simply be executed once more..
list_update_7001();
-} \ No newline at end of file
+}
+
+/**
+ * @} End of "addtogroup updates-7.x-extra".
+ */