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:
cdefaa8
)
removing old htmleditor leftovers - format is not used any more
author
Petr Skoda
<skodak@moodle.org>
Wed, 14 Jul 2010 16:43:26 +0000
(16:43 +0000)
committer
Petr Skoda
<skodak@moodle.org>
Wed, 14 Jul 2010 16:43:26 +0000
(16:43 +0000)
blog/edit_form.php
patch
|
blob
|
blame
|
history
diff --git
a/blog/edit_form.php
b/blog/edit_form.php
index
41f0848
..
dc0b724
100644
(file)
--- 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