Skip to content

Commit

Permalink
Merge branch 'MDL-4633_m20' of git://github.com/rwijaya/moodle
Browse files Browse the repository at this point in the history
  • Loading branch information
skodak committed Mar 14, 2011
2 parents 6326817 + 91c2b0f commit 3908f7c
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion user/edit_form.php
Expand Up @@ -35,7 +35,6 @@ function definition () {
useredit_shared_definition($mform, $editoroptions); useredit_shared_definition($mform, $editoroptions);


/// extra settigs /// extra settigs
$mform->addRule('description_editor', $strrequired, 'required', null, 'client');
if (!empty($CFG->gdversion) and !empty($CFG->disableuserimages)) { if (!empty($CFG->gdversion) and !empty($CFG->disableuserimages)) {
$mform->removeElement('deletepicture'); $mform->removeElement('deletepicture');
$mform->removeElement('imagefile'); $mform->removeElement('imagefile');
Expand Down

0 comments on commit 3908f7c

Please sign in to comment.