]> git.mjollnir.org Git - moodle.git/commitdiff
I changed the form names, so change references to them
authormoodler <moodler>
Sat, 14 Feb 2004 16:22:37 +0000 (16:22 +0000)
committermoodler <moodler>
Sat, 14 Feb 2004 16:22:37 +0000 (16:22 +0000)
login/index.php

index 0b2747fc95defbfe6dfdae5cbe9b202b45a173af..2584b68f909e32500efe35dccc0edf73c9910ec5 100644 (file)
     }
     
     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) <> "" ) {