summaryrefslogtreecommitdiff
path: root/user.class
diff options
context:
space:
mode:
Diffstat (limited to 'user.class')
-rw-r--r--user.class1
1 files changed, 1 insertions, 0 deletions
diff --git a/user.class b/user.class
index c0da429..e66fc78 100644
--- a/user.class
+++ b/user.class
@@ -225,6 +225,7 @@ function is_logged_in()
* @param $username User ID to login
* @param $password Password to authenticate login
* @param $ignorepassword True if you want to login anyway (e.g. 'su')
+ * @return non-false if successful, false on error
*/
function login($username, $password, $ignorepassword = false, $withsession = true)
{