Merge branch 'master' of ssh://repo.or.cz/srv/git/phpmyadmin/lorilee into gsoc

Conflicts:
	libraries/display_export.lib.php
This commit is contained in:
lorilee
2010-07-23 21:06:46 -07:00
99 changed files with 10033 additions and 14747 deletions

View File

@@ -1726,6 +1726,13 @@ $(document).ready(function(){
return false;
});
$('#sqlquery').focus();
if ($('#input_username')) {
if ($('#input_username').val() == '') {
$('#input_username').focus();
} else {
$('#input_password').focus();
}
}
});
/**