Removing some cleaning see bug 1787
This commit is contained in:
+2
-2
@@ -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) {
|
||||
|
||||
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user