bug 509318

This commit is contained in:
Marc Delisle
2002-01-27 23:04:11 +00:00
parent def6c03b47
commit ca812aa310
2 changed files with 5 additions and 1 deletions

View File

@@ -5,6 +5,10 @@ phpMyAdmin - Changelog
$Id$
$Source$
2002-01-27 Marc Delisle <lem9@users.sourceforge.net>
* libraries/auth/cookie.auth.lib.php3 fix, wrong focus when using
cookies for the first time, thanks to dphanton at users.sf.net
2002-01-26 Lo<4C>c Chapeaux <lolo@phpheaven.net>
* lang/chinese_big5.inc.php3, russian-*.inc.php3: updated thanks to
Siu Sun <siusun at users.sourceforge.net> and

View File

@@ -214,7 +214,7 @@ h1 {font-family: <?php echo $right_font_family; ?>; font-size: <?php echo
<script type="text/javascript" language="javascript">
var uname = document.forms['login_form'].elements['pma_username'];
var uname = document.forms['login_form'].elements['pma_password'];
var pword = document.forms['login_form'].elements['pma_password'];
if (uname.value == '') {
uname.focus();
} else {