From 21699d49c5f0a498bf993ab0389bc9c269cf0ae7 Mon Sep 17 00:00:00 2001 From: "Mark A. Hershberger" Date: Thu, 17 Mar 2011 19:22:10 +0000 Subject: [PATCH] Follow up r84134 document reference passing. --- docs/hooks.txt | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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 -- 2.20.1