WHoops!! Forgot to check this in!

This commit is contained in:
moodler
2005-03-05 04:08:29 +00:00
parent 83fb58dd02
commit 01af49bb2d
+2
View File
@@ -1091,6 +1091,8 @@ function filter_text($text, $courseid=NULL) {
global $CFG;
require_once($CFG->libdir.'/filterlib.php');
if (!empty($CFG->textfilters)) {
$textfilters = explode(',', $CFG->textfilters);
foreach ($textfilters as $textfilter) {