Merge branch 'MDL-32624_21_wip' of git://github.com/grabs/moodle into MOODLE_21_STABLE

This commit is contained in:
Sam Hemelryk
2012-04-30 11:57:18 +12:00
+1 -3
View File
@@ -190,9 +190,7 @@ if($do_show == 'showentries'){
echo $OUTPUT->box_start('mdl-align');
// echo '<table><tr><td width="400">';
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 />';