Removing some cleaning see bug 1787

This commit is contained in:
moodler
2004-08-25 05:07:30 +00:00
parent e0f0b7bc2d
commit 092f22eb7f
2 changed files with 3 additions and 3 deletions
+2 -2
View File
@@ -112,7 +112,7 @@
if($form = data_submitted()) {
$form->name = strip_tags($form->name); // Strip all tags
$form->description = clean_text($form->description , $form->format); // Clean up any bad tags
//$form->description = clean_text($form->description , $form->format); // Clean up any bad tags
$form->timestart = make_timestamp($form->startyr, $form->startmon, $form->startday, $form->starthr, $form->startmin);
if($form->duration == 1) {
@@ -152,7 +152,7 @@
if(!empty($form) && $form->type == 'defined') {
$form->name = strip_tags($form->name); // Strip all tags
$form->description = clean_text($form->description , $form->format); // Clean up any bad tags
//$form->description = clean_text($form->description , $form->format); // Clean up any bad tags
$form->timestart = make_timestamp($form->startyr, $form->startmon, $form->startday, $form->starthr, $form->startmin);
if($form->duration == 1) {
+1 -1
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;