diff --git a/main/admin/user_edit.php b/main/admin/user_edit.php index a8d1bf779b..4780410a70 100755 --- a/main/admin/user_edit.php +++ b/main/admin/user_edit.php @@ -205,7 +205,7 @@ $form->addElement('html', ''); // Platform admin // Only when changing another user! -if ($user_id != $_user['user_id']) { +//if ($user_id != $_user['user_id']) { $group = array(); $group[] =& HTML_QuickForm::createElement('radio', 'platform_admin', null, get_lang('Yes'), 1); $group[] =& HTML_QuickForm::createElement('radio', 'platform_admin', null, get_lang('No'), 0); @@ -215,7 +215,7 @@ if ($user_id != $_user['user_id']) { $form->addElement('html', '