From 33a6f9a8140ff440744afad2dc2dc88e3ebac2b5 Mon Sep 17 00:00:00 2001 From: skodak Date: Thu, 26 Oct 2006 10:34:03 +0000 Subject: [PATCH] fixed breadcrums link; merged from MOODLE_17_STABLE --- user/edit.php | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/user/edit.php b/user/edit.php index 312a920591..e2e9d1ac88 100644 --- a/user/edit.php +++ b/user/edit.php @@ -326,8 +326,7 @@ $stradministration = get_string("administration"); print_header("$course->shortname: $streditmyprofile", "$course->fullname", - "wwwroot/$CFG->admin/\">$stradministration -> ". - "wwwroot/$CFG->admin/users.php\">$strusers -> $straddnewuser", ""); + "wwwroot/$CFG->admin/\">$stradministration -> $straddnewuser", ""); } -- 2.39.5