Lesson report for inactive students

Re: Lesson report for inactive students

by Mike Nodding -
Number of replies: 0
in case anyone interested, https://github.com/moodle/moodle/blob/7e16c70b52e0ba2074728007c80088f43d649d47/mod/lesson/locallib.php#L703
list($esql, $params) = get_enrolled_sql($context, '', $currentgroup, false);
shows all users, not just active but i assume normally you would only really want active users in the list.
Would be useful to have a filter here.