From ff1aa0c968c745ec980f56bc0164c42e9ec49fb6 Mon Sep 17 00:00:00 2001 From: Chad Little Date: Thu, 22 Jul 2004 02:25:41 +0000 Subject: Changes. --- functions/userauth_functions.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'functions/userauth_functions.php') diff --git a/functions/userauth_functions.php b/functions/userauth_functions.php index 403076d..4fe04fb 100644 --- a/functions/userauth_functions.php +++ b/functions/userauth_functions.php @@ -96,7 +96,7 @@ function user_login() { } // Check to make sure the username and password is valid. - if (!key_exists("$username:$password", $locked_map)) { + if (!array_key_exists("$username:$password", $locked_map)) { // Remember the invalid login, because we may want to display // a message elsewhere or check validity. return array($username, $password, true); -- cgit v1.2.3