Skip to content

Commit

Permalink
This clean_text() shouldn't be here. Primary I changed it
Browse files Browse the repository at this point in the history
to param_clean(PARAM_HTMLTEXT) but examining how other modules
do the work, I've deleted it finally.
  • Loading branch information
stronk7 committed Apr 29, 2005
1 parent e5a144b commit a2779db
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion mod/journal/edit.php
Original file line number Diff line number Diff line change
Expand Up @@ -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;
Expand Down

0 comments on commit a2779db

Please sign in to comment.