Merged from MOODLE_14_STABLE
}
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;
$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;