Home
Documentation
Downloads
Demo
Tracker
Development
Translation
Moodle.net
Search
projects
/
moodle.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
ead4f18
)
MDL-32624 - initialbars disappears
author
Andreas Grabs
<moodle@grabs-edv.de>
Tue, 24 Apr 2012 19:26:56 +0000
(21:26 +0200)
committer
Andreas Grabs
<moodle@grabs-edv.de>
Tue, 24 Apr 2012 19:26:56 +0000
(21:26 +0200)
mod/feedback/show_entries.php
patch
|
blob
|
blame
|
history
diff --git
a/mod/feedback/show_entries.php
b/mod/feedback/show_entries.php
index
00c3d0b
..
8636ea8
100644
(file)
--- a/
mod/feedback/show_entries.php
+++ b/
mod/feedback/show_entries.php
@@
-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 />';