From f322addf00404c5898744588f66c2f8abe9aba2e Mon Sep 17 00:00:00 2001 From: moodler Date: Thu, 5 Aug 2004 09:27:40 +0000 Subject: [PATCH] Oops forgot autofocussing --- course/student.php | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/course/student.php b/course/student.php index 4aff6912cc..3ec3d5fc9e 100644 --- a/course/student.php +++ b/course/student.php @@ -45,7 +45,8 @@ print_header("$course->shortname: $strassignstudents", "$site->fullname", - "id\">$course->shortname -> $strassignstudents", ""); + "id\">$course->shortname -> $strassignstudents", + "studentform.searchtext"); /// Don't allow restricted teachers to even see this page (because it contains /// a lot of email addresses and access to all student on the server -- 2.39.5