mirror of
https://github.com/moodle/moodle.git
synced 2025-04-13 12:32:08 +02:00
Merge branch 'MDL-48765-master' of git://github.com/mackensen/moodle
This commit is contained in:
commit
53aa8423bd
@ -268,8 +268,8 @@ foreach ($instances as $instance) {
|
||||
}
|
||||
}
|
||||
|
||||
// add a row to the table
|
||||
$table->data[] = array($displayname, $users, implode(' ', $updown), implode(' ', $edit));
|
||||
// Add a row to the table.
|
||||
$table->data[] = array($displayname, $users, implode('', $updown), implode('', $edit));
|
||||
|
||||
}
|
||||
echo html_writer::table($table);
|
||||
|
Loading…
x
Reference in New Issue
Block a user