MDL-19812 Upgraded calls to helpbutton, print_simple_box* and notify

This commit is contained in:
nicolasconnault
2009-08-18 05:15:52 +00:00
parent a77e87bd68
commit d68ccdbaaa
13 changed files with 80 additions and 79 deletions
+1 -1
View File
@@ -118,7 +118,7 @@
}
if ($nothingtodisplay) {
notify(get_string('nolessonattempts', 'lesson'));
echo $OUTPUT->notification(get_string('nolessonattempts', 'lesson'));
echo $OUTPUT->footer();
exit();
}