MDL-28627 remove buggy and obsolete KSES cleaning

This commit is contained in:
Petr Skoda 2011-10-22 09:25:06 +02:00
parent 3a81b37617
commit 73b309e6a3
10 changed files with 9 additions and 902 deletions

View file

@ -811,9 +811,6 @@ if ($USER && function_exists('apache_note')
apache_note('MOODLEUSER', $logname);
}
// Adjust ALLOWED_TAGS
adjust_allowed_tags();
// Use a custom script replacement if one exists
if (!empty($CFG->customscripts)) {
if (($customscript = custom_script_path()) !== false) {