From 3eff81468f2d959a1f239cc9fb9b332d5860fef3 Mon Sep 17 00:00:00 2001 From: moodler Date: Sun, 25 Feb 2007 06:58:10 +0000 Subject: [PATCH] Just some formatting --- user/edit_form.php | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) 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(); -- 2.39.5