Skip to content

Commit

Permalink
Merge branch 'MDL-30653-master-2' of git://git.luns.net.uk/moodle
Browse files Browse the repository at this point in the history
  • Loading branch information
Sam Hemelryk committed Dec 12, 2011
2 parents 746e7c4 + 6b3a341 commit 302991b
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions user/index.php
Original file line number Diff line number Diff line change
Expand Up @@ -135,11 +135,6 @@

$isseparategroups = ($course->groupmode == SEPARATEGROUPS and !has_capability('moodle/site:accessallgroups', $context));

if ($course->id===SITEID) {
$PAGE->navbar->ignore_active();
}

$PAGE->navbar->add(get_string('participants'));
$PAGE->set_title("$course->shortname: ".get_string('participants'));
$PAGE->set_heading($course->fullname);
$PAGE->set_pagetype('course-view-' . $course->format);
Expand Down

0 comments on commit 302991b

Please sign in to comment.