From: Ryan Lane Date: Mon, 13 Oct 2008 19:48:20 +0000 (+0000) Subject: Removing $result from UserLoadAfterLoadFromSession to match User.php X-Git-Tag: 1.31.0-rc.0~44747 X-Git-Url: https://git.cyclocoop.org/%7B%24admin_url%7Dmembres/fiche.php?a=commitdiff_plain;h=cad03c5fe47f7c23ca0a3ae03aea924c691af7e4;p=lhc%2Fweb%2Fwiklou.git Removing $result from UserLoadAfterLoadFromSession to match User.php --- diff --git a/docs/hooks.txt b/docs/hooks.txt index 07fb0583f4..7cab7561b2 100644 --- a/docs/hooks.txt +++ b/docs/hooks.txt @@ -1360,7 +1360,6 @@ $user: user object being loaded 'UserLoadAfterLoadFromSession': called to authenticate users on external/environmental means; occurs after session is loaded $user: user object being loaded -&$result: set this to a boolean value to abort the normal authentification process 'UserLoginComplete': after a user has logged in $user: the user object that was created on login