MDL-32624 - initialbars disappears

This commit is contained in:
Andreas Grabs
2012-04-24 21:26:56 +02:00
parent ead4f180a0
commit 7e5dc9f3bb
+1 -3
View File
@@ -214,9 +214,7 @@ if ($do_show == 'showentries') {
echo '<div class="clearer"></div>';
echo $OUTPUT->box_start('mdl-align');
if (!$students) {
if ($courseid != SITEID) {
echo $OUTPUT->notification(get_string('noexistingparticipants', 'enrol'));
}
$table->print_html();
} else {
echo print_string('non_anonymous_entries', 'feedback');
echo ' ('.count($students).')<hr />';