summaryrefslogtreecommitdiff
path: root/modules/user
diff options
context:
space:
mode:
authorJennifer Hodgdon <yahgrp@poplarware.com>2013-04-15 10:26:57 -0700
committerJennifer Hodgdon <yahgrp@poplarware.com>2013-04-15 10:26:57 -0700
commitaf3641ad186ec9468baacaf3c0dec5b2e714e2d8 (patch)
tree4132005b3cf579804b2edf9ac2dfb9eb8c8395d0 /modules/user
parentb7cc5954653fba68ccd5f3dedd1c6e5189bd7a44 (diff)
downloadbrdo-af3641ad186ec9468baacaf3c0dec5b2e714e2d8.tar.gz
brdo-af3641ad186ec9468baacaf3c0dec5b2e714e2d8.tar.bz2
Issue #1966948 by kiamlaluno: Upate reference to Drupal 6 hook in user_login_finalize
Diffstat (limited to 'modules/user')
-rw-r--r--modules/user/user.module2
1 files changed, 1 insertions, 1 deletions
diff --git a/modules/user/user.module b/modules/user/user.module
index bff6f7623..e8bcbc5d9 100644
--- a/modules/user/user.module
+++ b/modules/user/user.module
@@ -2238,7 +2238,7 @@ function user_authenticate($name, $password) {
* Finalize the login process. Must be called when logging in a user.
*
* The function records a watchdog message about the new session, saves the
- * login timestamp, calls hook_user op 'login' and generates a new session. *
+ * login timestamp, calls hook_user_login(), and generates a new session.
*/
function user_login_finalize(&$edit = array()) {
global $user;