diff options
Diffstat (limited to 'modules/user/user.install')
-rw-r--r-- | modules/user/user.install | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/modules/user/user.install b/modules/user/user.install index 615743b8b..1884f4f03 100644 --- a/modules/user/user.install +++ b/modules/user/user.install @@ -393,7 +393,7 @@ function _update_7000_user_role_grant_permissions($rid, array $permissions, $mod } /** - * @defgroup user-updates-6.x-to-7.x User updates from 6.x to 7.x + * @addtogroup updates-6.x-to-7.x * @{ */ @@ -855,6 +855,5 @@ function user_update_7015() { } /** - * @} End of "defgroup user-updates-6.x-to-7.x" - * The next series of updates should start at 8000. + * @} End of "addtogroup updates-6.x-to-7.x" */ |