Merged from STABLE

This commit is contained in:
thepurpleblob 2005-08-26 11:59:59 +00:00
parent 86831b4c69
commit d91ce7ce0a
3 changed files with 5 additions and 3 deletions

View file

@ -28,10 +28,11 @@ class quiz_default_format {
/// Importing functions
function importpreprocess($category) {
function importpreprocess($category, $course=NULL ) {
/// Does any pre-processing that may be desired
$this->category = $category; // Important
$this->course = $course;
return true;
}