From: moodler Date: Sun, 25 Feb 2007 06:58:10 +0000 (+0000) Subject: Just some formatting X-Git-Url: http://git.mjollnir.org/gw?a=commitdiff_plain;h=3eff81468f2d959a1f239cc9fb9b332d5860fef3;p=moodle.git Just some formatting --- diff --git a/user/edit_form.php b/user/edit_form.php index f7d7173225..11d80ceb3b 100644 --- a/user/edit_form.php +++ b/user/edit_form.php @@ -44,15 +44,15 @@ class user_edit_form extends moodleform { if ($user = get_record('user', 'id', $userid)) { - // print picture - if (!empty($CFG->gdversion)) { - $image_el = $mform->getElement('currentpicture'); - if ($user and $user->picture) { - $image_el->setValue(print_user_picture($user->id, SITEID, $user->picture, 64, true, false, '', true)); - } else { - $image_el->setValue(get_string('none')); + // print picture + if (!empty($CFG->gdversion)) { + $image_el = $mform->getElement('currentpicture'); + if ($user and $user->picture) { + $image_el->setValue(print_user_picture($user->id, SITEID, $user->picture, 64,true,false,'',true)); + } else { + $image_el->setValue(get_string('none')); + } } - } /// disable fields that are locked by auth plugins $fields = get_user_fieldnames();