From 67b0821af9ea41a3677793c6a80619fc018a3736 Mon Sep 17 00:00:00 2001 From: moodler Date: Thu, 24 Apr 2003 14:37:22 +0000 Subject: [PATCH] Fixed a typo, see bug 361 --- course/log.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/course/log.php b/course/log.php index 68bddde420..617926adcc 100644 --- a/course/log.php +++ b/course/log.php @@ -49,7 +49,7 @@ id\">$strlogs -> $userinfo, $dateinfo", ""); } else { print_header("$course->shortname: $strlogs", "$course->fullname", - "wwwadmin/index.php\">$stradministration -> + "admin/index.php\">$stradministration -> id\">$strlogs -> $userinfo, $dateinfo", ""); } @@ -65,7 +65,7 @@ "id\">$course->shortname -> $strlogs", ""); } else { print_header("$course->shortname: $strlogs", "$course->fullname", - "wwwadmin/index.php\">$stradministration -> $strlogs", ""); + "admin/index.php\">$stradministration -> $strlogs", ""); } print_heading(get_string("chooselogs").":"); -- 2.39.5