From 7ad5e3ad7de2c0c14a01edaa2fe54e25a3392d5d Mon Sep 17 00:00:00 2001 From: martin Date: Thu, 1 Aug 2002 06:16:43 +0000 Subject: [PATCH] removed TABS and changed wording (your -> this) --- course/loginas.php | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) 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. -- 2.39.5