From: martin Date: Tue, 4 Jun 2002 07:00:58 +0000 (+0000) Subject: Errr this is what I meant X-Git-Url: http://git.mjollnir.org/gw?a=commitdiff_plain;h=f27b23e937cb140a50c6747f514d0663365780f7;p=moodle.git Errr this is what I meant --- diff --git a/course/loginas.php b/course/loginas.php index ae549b40c4..cf3dd59f8b 100644 --- a/course/loginas.php +++ b/course/loginas.php @@ -31,7 +31,7 @@ $student_name = "$USER->firstname $USER->lastname"; - add_to_log($course->id, "course", "loginas", "view.php?id=$course->id&user=$user", "$teacher_name -> $student_name"); + add_to_log($course->id, "course", "loginas", "../user/view.php?id=$course->id&user=$user", "$teacher_name"); notice("You are now logged in as $student_name", "$CFG->wwwroot/course/view.php?id=$course->id");