diff --git a/mod/glossary/comment.php b/mod/glossary/comment.php index f80912dfc34..546141ae2bf 100644 --- a/mod/glossary/comment.php +++ b/mod/glossary/comment.php @@ -120,7 +120,7 @@ } if ( $confirm and $form = data_submitted() ) { - $form->text = clean_text($form->text, $form->format); + //$form->text = clean_text($form->text, $form->format); $newentry->entryid = $entry->id; $newentry->comment = $form->text; diff --git a/mod/glossary/edit.php b/mod/glossary/edit.php index 084e38b114c..4287ed300e1 100644 --- a/mod/glossary/edit.php +++ b/mod/glossary/edit.php @@ -41,7 +41,7 @@ if ( $confirm ) { $form->fullmatch = 0; } $timenow = time(); - $form->text = clean_text($form->text, $form->format); + //$form->text = clean_text($form->text, $form->format); $newentry->course = $glossary->course; $newentry->glossaryid = $glossary->id;