Skip to content

Commit

Permalink
Issue #124689 by cck | Dio: Fixed hook_user()/hook_user_presave() doc…
Browse files Browse the repository at this point in the history
…umentation needs clarification on how to modify values.
  • Loading branch information
DavidRothstein committed Mar 30, 2013
1 parent 252ff3d commit fb0ecf1
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions modules/user/user.api.php
Original file line number Diff line number Diff line change
Expand Up @@ -214,9 +214,11 @@ function hook_user_categories() {
* to have their data serialized on save.
*
* @param $edit
* The array of form values submitted by the user.
* The array of form values submitted by the user. Assign values to this
* array to save changes in the database.
* @param $account
* The user object on which the operation is performed.
* The user object on which the operation is performed. Values assigned in
* this object will not be saved in the database.
* @param $category
* The active category of user information being edited.
*
Expand Down

0 comments on commit fb0ecf1

Please sign in to comment.