Setting import_process =true in defaultquestion() function used on imports

This commit is contained in:
pichetp 2007-05-11 13:00:34 +00:00
parent 9aaa214e0c
commit 093414d200

View File

@ -312,6 +312,7 @@ class qformat_default {
// this option in case the questiontypes class wants
// to know where the data came from
$question->export_process = true;
$question->import_process = true;
return $question;
}