From 093414d200981b343a552e7fcb34c4e91aa901ab Mon Sep 17 00:00:00 2001 From: pichetp Date: Fri, 11 May 2007 13:00:34 +0000 Subject: [PATCH] Setting import_process =true in defaultquestion() function used on imports --- question/format.php | 1 + 1 file changed, 1 insertion(+) diff --git a/question/format.php b/question/format.php index a579cafe11..be585858c3 100644 --- a/question/format.php +++ b/question/format.php @@ -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; } -- 2.39.5