I changed the form names, so change references to them

This commit is contained in:
moodler
2004-02-14 16:22:37 +00:00
parent 241f6f306b
commit a46b14ef76
+2 -2
View File
@@ -104,9 +104,9 @@
}
if (!empty($frm->username)) {
$focus = "form.password";
$focus = "login.password";
} else {
$focus = "form.username";
$focus = "login.username";
}
if ($CFG->auth == "email" or $CFG->auth == "none" or chop($CFG->auth_instructions) <> "" ) {