summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDries Buytaert <dries@buytaert.net>2009-06-15 19:21:54 +0000
committerDries Buytaert <dries@buytaert.net>2009-06-15 19:21:54 +0000
commitb0ebab68ca250eac7c83a3dabdec7eef7ff39641 (patch)
tree4e9ab2ab6246e280e3e1d743694d073c6f3437d8
parent174aa41da0cdd8fde3c5daf304c372e5009331db (diff)
downloadbrdo-b0ebab68ca250eac7c83a3dabdec7eef7ff39641.tar.gz
brdo-b0ebab68ca250eac7c83a3dabdec7eef7ff39641.tar.bz2
- Patch #350173 by keith.smith: fix corrupted sentence in documentation for hook_user().
-rw-r--r--modules/user/user.api.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/modules/user/user.api.php b/modules/user/user.api.php
index ae1b55464..ff679ecdf 100644
--- a/modules/user/user.api.php
+++ b/modules/user/user.api.php
@@ -29,9 +29,9 @@
* custom additions to the user object into the database and set the saved
* fields to NULL in $edit.
* - "load": The user account is being loaded. The module may respond to this
+ * and insert additional information into the user object.
* - "login": The user just logged in.
* - "logout": The user just logged out.
- * and insert additional information into the user object.
* - "register": The user account registration form is about to be displayed.
* The module should present the form elements it wishes to inject into the
* form.