From 8019ffe457f035a830336d5a4e5faaf9fcd2b3af Mon Sep 17 00:00:00 2001 From: deva Date: Tue, 28 Oct 2008 17:40:14 +0000 Subject: Fixed wierd bug in login system. --- forum/utils/users.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'forum/utils/users.php') diff --git a/forum/utils/users.php b/forum/utils/users.php index 7f54eee..ee04b92 100644 --- a/forum/utils/users.php +++ b/forum/utils/users.php @@ -97,7 +97,7 @@ class Users { foreach($this->users as $user) { if($user->username == $username) return $user->uid; } - return false; + return -1; } public function getUser($uid) @@ -143,4 +143,4 @@ class Users { } } -?> \ No newline at end of file +?> -- cgit v1.2.3