Backporting Howard's commit fixing bug #2963 where course dir missing from HEAD

This commit is contained in:
mjollnir_
2005-04-19 22:03:17 +00:00
parent 4498266e5b
commit 8d37ee0d67
2 changed files with 7 additions and 0 deletions
+3
View File
@@ -21,6 +21,9 @@
error("Only the teacher can export quiz questions!");
}
// ensure the files area exists for this course
make_upload_directory( "$course->id" );
$strexportquestions = get_string("exportquestions", "quiz");
$strquestions = get_string("questions", "quiz");
+4
View File
@@ -21,6 +21,10 @@
error("Only the teacher can import quiz questions!");
}
// ensure the files area exists for this course
make_upload_directory( "$course->id" );
$strimportquestions = get_string("importquestions", "quiz");
$strquestions = get_string("questions", "quiz");