From: Mark A. Hershberger Date: Thu, 17 Mar 2011 19:22:10 +0000 (+0000) Subject: Follow up r84134 document reference passing. X-Git-Tag: 1.31.0-rc.0~31359 X-Git-Url: https://git.cyclocoop.org/%7B%24admin_url%7Dmembres/modifier.php?a=commitdiff_plain;h=21699d49c5f0a498bf993ab0389bc9c269cf0ae7;p=lhc%2Fweb%2Fwiklou.git Follow up r84134 document reference passing. --- diff --git a/docs/hooks.txt b/docs/hooks.txt index 1feec0c2d0..9349acb8ed 100644 --- a/docs/hooks.txt +++ b/docs/hooks.txt @@ -1766,7 +1766,7 @@ $u: the account whose new password will be set 'UserAddGroup': called when adding a group; return false to override stock group addition. $user: the user object that is to have a group added -$group: the group to add +&$group: the group to add, can be modified 'UserArrayFromResult': called when creating an UserArray object from a database result @@ -1898,7 +1898,7 @@ $oldName: name of the user before logout (string) 'UserRemoveGroup': called when removing a group; return false to override stock group removal. $user: the user object that is to have a group removed -$group: the group to be removed +&$group: the group to be removed, can be modified 'UserRights': After a user's group memberships are changed $user : User object that was changed