From: <cl...@us...> - 2003-11-25 21:50:16
|
Update of /cvsroot/phpicalendar/phpicalendar In directory sc8-pr-cvs1:/tmp/cvs-serv667 Modified Files: admin.php Log Message: Added translations to login Index: admin.php =================================================================== RCS file: /cvsroot/phpicalendar/phpicalendar/admin.php,v retrieving revision 1.8 retrieving revision 1.9 diff -C2 -d -r1.8 -r1.9 *** admin.php 25 Nov 2003 21:24:31 -0000 1.8 --- admin.php 25 Nov 2003 21:50:13 -0000 1.9 *************** *** 90,94 **** // If User is Not Logged In, Display The Login Page if ($is_loged_in == FALSE) { ! if (isset($username)) { $login_error = "<font color=\"red\">$invalid_login_lang</font>"; } else { --- 90,94 ---- // If User is Not Logged In, Display The Login Page if ($is_loged_in == FALSE) { ! if (isset($username) && $username !='') { $login_error = "<font color=\"red\">$invalid_login_lang</font>"; } else { |