Don't clean posted text on input (will be cleaned on output).

Merged from MOODLE_14_STABLE
This commit is contained in:
stronk7 2004-08-24 22:59:54 +00:00
parent 3cde8e9a99
commit 32ce883ee6
2 changed files with 2 additions and 2 deletions

View File

@ -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;

View File

@ -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;