From: moodler Date: Sat, 14 Feb 2004 16:22:37 +0000 (+0000) Subject: I changed the form names, so change references to them X-Git-Url: http://git.mjollnir.org/gw?a=commitdiff_plain;h=a46b14ef7631ea0a98d34fcb9d8e79fa8aa2daff;p=moodle.git I changed the form names, so change references to them --- diff --git a/login/index.php b/login/index.php index 0b2747fc95..2584b68f90 100644 --- a/login/index.php +++ b/login/index.php @@ -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) <> "" ) {