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.
This commit is contained in:
stronk7 2005-04-29 10:35:16 +00:00
parent e5a144bca7
commit a2779dba53

View File

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