From a2779dba539e8bb51b49d290a4fcdd553c55769a Mon Sep 17 00:00:00 2001 From: stronk7 Date: Fri, 29 Apr 2005 10:35:16 +0000 Subject: [PATCH] This clean_text() shouldn't be here. Primary I changed it to param_clean(PARAM_HTMLTEXT) but examining how other modules do the work, I've deleted it finally. --- mod/journal/edit.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/mod/journal/edit.php b/mod/journal/edit.php index 410a5a59b40..6c710d98d7f 100644 --- a/mod/journal/edit.php +++ b/mod/journal/edit.php @@ -31,7 +31,7 @@ $timenow = time(); - $form->text = clean_text($form->text, $form->format); + //$form->text = clean_text($form->text, $form->format); if ($entry) { $newentry->id = $entry->id;