1
0
mirror of https://github.com/moodle/moodle.git synced 2025-04-24 18:04:43 +02:00

MDL-13501 Fixed headers

This commit is contained in:
nicolasconnault 2009-02-13 08:08:34 +00:00
parent de0300ea3c
commit 712f332ecb

@ -63,7 +63,7 @@ if (!isset($USER->grade_last_report)) {
$USER->grade_last_report[$course->id] = 'visual';
$reportname = get_string('modulename', 'gradereport_visual');
print_grade_page_head($COURSE->id, 'report', 'visual', $reportname, false, null, $report->preferences_page);
print_grade_page_head($COURSE->id, 'report', 'visual', $reportname);
/// Make and output the html for the report.
$report->visualization_selector();