]> git.mjollnir.org Git - moodle.git/commitdiff
Setting import_process =true in defaultquestion() function used on imports
authorpichetp <pichetp>
Fri, 11 May 2007 13:00:34 +0000 (13:00 +0000)
committerpichetp <pichetp>
Fri, 11 May 2007 13:00:34 +0000 (13:00 +0000)
question/format.php

index a579cafe11dade888d48495bc255d691828b932c..be585858c3b185a085d88c5ddbd0d40261189e6e 100644 (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;
     }