From: Petr Skoda Date: Wed, 14 Jul 2010 16:43:26 +0000 (+0000) Subject: removing old htmleditor leftovers - format is not used any more X-Git-Tag: v2.0.0-rc1~2067 X-Git-Url: http://git.moodle.org/gw?p=moodle.git;a=commitdiff_plain;h=a7748d91eafd8deba340768d2ce4771643c64367 removing old htmleditor leftovers - format is not used any more --- diff --git a/blog/edit_form.php b/blog/edit_form.php index 41f08480838..dc0b72424da 100644 --- a/blog/edit_form.php +++ b/blog/edit_form.php @@ -47,8 +47,6 @@ class blog_edit_form extends moodleform { $mform->setType('summary_editor', PARAM_RAW); $mform->addRule('summary_editor', get_string('emptybody', 'blog'), 'required', null, 'client'); - $mform->addElement('format', 'summaryformat', get_string('format')); - $mform->addElement('filemanager', 'attachment_filemanager', get_string('attachment', 'forum'), null, $attachmentoptions); //disable publishstate options that are not allowed