Home
Documentation
Downloads
Demo
Tracker
Development
Translation
Moodle.net
Search
projects
/
moodle.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
e076641
)
mod-data MDL-25281 Removed format_text call that we messing up database entries.
author
Sam Hemelryk
<sam@moodle.com>
Fri, 19 Nov 2010 02:58:42 +0000
(
02:58
+0000)
committer
Sam Hemelryk
<sam@moodle.com>
Fri, 19 Nov 2010 02:58:42 +0000
(
02:58
+0000)
mod/data/edit.php
patch
|
blob
|
blame
|
history
diff --git
a/mod/data/edit.php
b/mod/data/edit.php
index
1360000
..
34aef3f
100755
(executable)
--- a/
mod/data/edit.php
+++ b/
mod/data/edit.php
@@
-310,8
+310,7
@@
if ($data->addtemplate){
$newtext = '';
}
-$formatoptions = (object)array('noclean'=>true, 'para'=>false, 'filter'=>true);
-echo format_text($newtext, FORMAT_HTML, $formatoptions);
+echo $newtext;
echo '<div class="mdl-align"><input type="submit" name="saveandview" value="'.get_string('saveandview','data').'" />';
if ($rid) {