Merge branch 'MDL-48765-master' of git://github.com/mackensen/moodle

This commit is contained in:
David Monllao 2015-01-20 17:08:21 +08:00
commit 53aa8423bd

View File

@ -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);