Skip to content

Commit

Permalink
Merge branch 'w12_MDL-26834_20_inactiveparticipants' of git://github.…
Browse files Browse the repository at this point in the history
…com/skodak/moodle
  • Loading branch information
Sam Hemelryk committed Mar 21, 2011
2 parents 885e86b + 505c641 commit 1698268
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion user/index.php
Expand Up @@ -368,7 +368,7 @@
// we are looking for all users with this role assigned in this context or higher
$contextlist = get_related_contexts_string($context);

list($esql, $params) = get_enrolled_sql($context, NULL, $currentgroup);
list($esql, $params) = get_enrolled_sql($context, NULL, $currentgroup, true);
$joins = array("FROM {user} u");
$wheres = array();

Expand Down

0 comments on commit 1698268

Please sign in to comment.