diff options
author | Jennifer Hodgdon <yahgrp@poplarware.com> | 2012-08-24 11:17:46 -0700 |
---|---|---|
committer | Jennifer Hodgdon <yahgrp@poplarware.com> | 2012-08-24 11:17:46 -0700 |
commit | 124712cdaf950ce061f96a786163c54a848a3308 (patch) | |
tree | affe9d82ce20dc367827ec55ca0b0837068ca84c /modules/system/system.install | |
parent | 7043f6d7abf3b3f94341bda58ca17a447167fb17 (diff) | |
download | brdo-124712cdaf950ce061f96a786163c54a848a3308.tar.gz brdo-124712cdaf950ce061f96a786163c54a848a3308.tar.bz2 |
Issue #1688020 by ishanmahajan, HUU: Fix group header for extra 7.x updates functions
Diffstat (limited to 'modules/system/system.install')
-rw-r--r-- | modules/system/system.install | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/modules/system/system.install b/modules/system/system.install index fab4b9648..58a4f8e98 100644 --- a/modules/system/system.install +++ b/modules/system/system.install @@ -2959,8 +2959,9 @@ function system_update_7069() { */ /** - * @defgroup updates-7.x-extra Extra system updates for 7.x + * @defgroup updates-7.x-extra Extra updates for 7.x * @{ + * Update functions between 7.x versions. */ /** |