From: martin Date: Thu, 1 Aug 2002 06:16:43 +0000 (+0000) Subject: removed TABS and changed wording (your -> this) X-Git-Url: http://git.mjollnir.org/gw?a=commitdiff_plain;h=7ad5e3ad7de2c0c14a01edaa2fe54e25a3392d5d;p=moodle.git removed TABS and changed wording (your -> this) --- diff --git a/course/loginas.php b/course/loginas.php index cf3dd59f8b..957483a10f 100644 --- a/course/loginas.php +++ b/course/loginas.php @@ -1,7 +1,7 @@ id); + require_login($course->id); if (!isteacher($course->id)) { error("Only teachers can use this page!"); } if (!isstudent($course->id, $user)) { - error("This student is not in your course!"); + error("This student is not in this course!"); } // Login as this student and return to course home page.