From a46b14ef7631ea0a98d34fcb9d8e79fa8aa2daff Mon Sep 17 00:00:00 2001 From: moodler Date: Sat, 14 Feb 2004 16:22:37 +0000 Subject: [PATCH] I changed the form names, so change references to them --- login/index.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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) <> "" ) { -- 2.39.5