diff options
author | Jennifer Hodgdon <yahgrp@poplarware.com> | 2012-10-09 10:51:38 -0700 |
---|---|---|
committer | Jennifer Hodgdon <yahgrp@poplarware.com> | 2012-10-09 10:51:38 -0700 |
commit | f91d2c95442c3a70aa15ffb31c9d69233e75d9c6 (patch) | |
tree | e98702f24a72804c697b92b077100683b2811b25 /modules/user | |
parent | e320619e0796769c45c987e4efe6031e53ca0a03 (diff) | |
download | brdo-f91d2c95442c3a70aa15ffb31c9d69233e75d9c6.tar.gz brdo-f91d2c95442c3a70aa15ffb31c9d69233e75d9c6.tar.bz2 |
Issue #1134088 by Cottser, catch: Properly document update-api functions
Diffstat (limited to 'modules/user')
-rw-r--r-- | modules/user/user.install | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/modules/user/user.install b/modules/user/user.install index 217577de7..cff873a45 100644 --- a/modules/user/user.install +++ b/modules/user/user.install @@ -384,7 +384,7 @@ function user_update_dependencies() { * An array of permissions names. * @param $module * The name of the module defining the permissions. - * @ingroup update-api-6.x-to-7.x + * @ingroup update_api */ function _update_7000_user_role_grant_permissions($rid, array $permissions, $module) { // Grant new permissions for the role. |