From: moodler Date: Wed, 17 Sep 2003 01:33:12 +0000 (+0000) Subject: Remove $PHP_SELF X-Git-Url: http://git.mjollnir.org/gw?a=commitdiff_plain;h=6ecf2e4c87f549494743614af7305a1aeac72dac;p=moodle.git Remove $PHP_SELF --- diff --git a/course/student.php b/course/student.php index 5a765cfc83..bdb9812e07 100644 --- a/course/student.php +++ b/course/student.php @@ -128,14 +128,14 @@ } foreach ($users as $user) { - echo "

id&add=$user->id\"". + echo "

id&add=$user->id\"". "title=\"$straddstudent\">  $user->firstname $user->lastname, $user->email"; } } if ($search or $usercount > MAX_USERS_PER_PAGE) { - echo "

"; + echo ""; echo "id\">"; echo ""; echo "";