Merge branch 'MDL-4633-m19' of git://github.com/rwijaya/moodle into MOODLE_19_STABLE

This commit is contained in:
Petr Skoda
2011-03-14 17:58:46 +01:00
-1
View File
@@ -27,7 +27,6 @@ class user_edit_form extends moodleform {
useredit_shared_definition($mform);
/// extra settigs
$mform->addRule('description', $strrequired, 'required', null, 'client');
if (!empty($CFG->gdversion) and !empty($CFG->disableuserimages)) {
$mform->removeElement('deletepicture');
$mform->removeElement('imagefile');