merged Enrique's correction from stable

This commit is contained in:
gustav_delius 2005-06-04 22:14:08 +00:00
parent 9f701b4c5e
commit e132d90e02

View File

@ -21,7 +21,7 @@ class quiz_default_report {
return true;
}
function print_header_and_tabs($cm, $course, $quiz, $reportmode="simplestat"){
function print_header_and_tabs($cm, $course, $quiz, $reportmode="overview"){
/// Define some strings
$strquizzes = get_string("modulenameplural", "quiz");
$strquiz = get_string("modulename", "quiz");