]> git.mjollnir.org Git - moodle.git/commitdiff
Maintain whitespace when importing glossary entries. I forgot to
authorstronk7 <stronk7>
Tue, 11 Jan 2005 11:24:03 +0000 (11:24 +0000)
committerstronk7 <stronk7>
Tue, 11 Jan 2005 11:24:03 +0000 (11:24 +0000)
commit this! Bug 2310.

Merged from MOODLE_14_STABLE

mod/glossary/lib.php

index 8345e49ee2a5f2c8710374d10b911d953629f751..63ee834cdcf9edbbb57fd81c41f887c7f4db835a 100644 (file)
@@ -1817,7 +1817,7 @@ require_once "../../lib/xmlize.php";
         }
         fclose($h);
        }
-    return xmlize($line);
+    return xmlize($line, 0);
 }
 //Close the file
 function glossary_close_xml($h) {