From: moodler Date: Thu, 24 Apr 2003 14:37:22 +0000 (+0000) Subject: Fixed a typo, see bug 361 X-Git-Url: http://git.mjollnir.org/gw?a=commitdiff_plain;h=67b0821af9ea41a3677793c6a80619fc018a3736;p=moodle.git Fixed a typo, see bug 361 --- 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").":");