From 8ad2eb254717b68f4413da74e75639d48e648fab Mon Sep 17 00:00:00 2001 From: Jim Hu Date: Fri, 19 Dec 2008 21:15:53 +0000 Subject: add login to month view --- functions/userauth_functions.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'functions') diff --git a/functions/userauth_functions.php b/functions/userauth_functions.php index 3808653..2875fd4 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 (!array_key_exists("$username:$password", $phpiCal_config->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