summaryrefslogtreecommitdiff
path: root/modules/user
diff options
context:
space:
mode:
authorDavid Rothstein <drothstein@gmail.com>2013-03-30 18:29:56 -0400
committerDavid Rothstein <drothstein@gmail.com>2013-03-30 18:29:56 -0400
commitfb0ecf1802f66d5f394ce99447b113f1f5716c42 (patch)
tree76f43f45476bfa7fc20867a1fee7d89db56c8f86 /modules/user
parent252ff3dd6eadf88b8e4d7b44bfa456edfab0d8a8 (diff)
downloadbrdo-fb0ecf1802f66d5f394ce99447b113f1f5716c42.tar.gz
brdo-fb0ecf1802f66d5f394ce99447b113f1f5716c42.tar.bz2
Issue #124689 by cck | Dio: Fixed hook_user()/hook_user_presave() documentation needs clarification on how to modify values.
Diffstat (limited to 'modules/user')
-rw-r--r--modules/user/user.api.php6
1 files changed, 4 insertions, 2 deletions
diff --git a/modules/user/user.api.php b/modules/user/user.api.php
index 64c863fe4..3afc88ab0 100644
--- a/modules/user/user.api.php
+++ b/modules/user/user.api.php
@@ -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.
*