aboutsummaryrefslogtreecommitdiffstats
path: root/functions
diff options
context:
space:
mode:
authorJim Hu <jimhu@users.sourceforge.net>2008-12-19 21:15:53 +0000
committerJim Hu <jimhu@users.sourceforge.net>2008-12-19 21:15:53 +0000
commit8ad2eb254717b68f4413da74e75639d48e648fab (patch)
treea84adab5383ee846062818f3b2c1b17a9f28c72a /functions
parentfc4ef652b9565c913a805c3f4010cd1c95476196 (diff)
downloadphpicalendar-8ad2eb254717b68f4413da74e75639d48e648fab.tar.gz
phpicalendar-8ad2eb254717b68f4413da74e75639d48e648fab.tar.bz2
phpicalendar-8ad2eb254717b68f4413da74e75639d48e648fab.zip
add login to month view
Diffstat (limited to 'functions')
-rw-r--r--functions/userauth_functions.php2
1 files changed, 1 insertions, 1 deletions
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);

© 2014-2024 Faster IT GmbH | imprint | privacy policy