From: skodak Date: Thu, 26 Oct 2006 10:34:03 +0000 (+0000) Subject: fixed breadcrums link; merged from MOODLE_17_STABLE X-Git-Url: http://git.mjollnir.org/gw?a=commitdiff_plain;h=33a6f9a8140ff440744afad2dc2dc88e3ebac2b5;p=moodle.git fixed breadcrums link; merged from MOODLE_17_STABLE --- 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", ""); }