mirror of
https://github.com/moodle/moodle.git
synced 2025-08-05 17:06:53 +02:00
Format the group description
This commit is contained in:
parent
b6ee2d82ea
commit
2ad0d1da3c
1 changed files with 1 additions and 0 deletions
|
@ -58,6 +58,7 @@
|
|||
$isteacheredit = isteacheredit($course->id);
|
||||
foreach ($groups as $group) {
|
||||
$t = $group;
|
||||
$t->description = format_text($group->description);
|
||||
$t->picture = print_group_picture($group, $course->id, true, true, true);
|
||||
if ($t->users = get_users_in_group($group->id, 'u.lastname ASC')) {
|
||||
foreach ($t->users as $key => $user) {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue