|
From: <ji...@us...> - 2008-12-19 21:16:00
|
Update of /cvsroot/phpicalendar/phpicalendar/functions In directory ddv4jf1.ch3.sourceforge.com:/tmp/cvs-serv32554/functions Modified Files: userauth_functions.php Log Message: add login to month view Index: userauth_functions.php =================================================================== RCS file: /cvsroot/phpicalendar/phpicalendar/functions/userauth_functions.php,v retrieving revision 1.6 retrieving revision 1.7 diff -C2 -d -r1.6 -r1.7 *** userauth_functions.php 11 Dec 2008 21:54:52 -0000 1.6 --- userauth_functions.php 19 Dec 2008 21:15:53 -0000 1.7 *************** *** 97,101 **** // Check to make sure the username and password is valid. ! if (!array_key_exists("$username:$password", $phpiCal_config->locked_map)) { // Remember the invalid login, because we may want to display // a message elsewhere or check validity. --- 97,101 ---- // Check to make sure the username and password is valid. ! if (!array_key_exists("$username:$password", $locked_map)) { // Remember the invalid login, because we may want to display // a message elsewhere or check validity. |