]> git.mjollnir.org Git - moodle.git/commitdiff
Maintain whitespace when importing glossary entries. Aplied to
authorstronk7 <stronk7>
Tue, 11 Jan 2005 11:29:01 +0000 (11:29 +0000)
committerstronk7 <stronk7>
Tue, 11 Jan 2005 11:29:01 +0000 (11:29 +0000)
blackboard import of questions too. Bug 2310.

(http://moodle.org/bugs/bug.php?op=show&bugid=2310)

Merged from MOODLE_14_STABLE

mod/quiz/format/blackboard/format.php

index 16d350fbad7f892b8c808dd41bc79c7c4a572924..9197885d9d95d95ed692cb3afe7c82e6905f3107 100644 (file)
@@ -53,7 +53,7 @@ class quiz_file_format extends quiz_default_format {
     /// readquestion(). 
 
     $text = implode($lines, " ");
-    $xml = xmlize($text);
+    $xml = xmlize($text, 0);
 
     $questions = array();