diff options
Diffstat (limited to 'editusers.cgi')
-rwxr-xr-x | editusers.cgi | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/editusers.cgi b/editusers.cgi index a1c82db9f..b4e3f698e 100755 --- a/editusers.cgi +++ b/editusers.cgi @@ -364,7 +364,6 @@ if ($action eq 'search') { action => "delete", object => "users"}); $vars->{'otheruser'} = $otherUser; - $vars->{'editcomponents'} = Bugzilla->user->in_group('editcomponents'); # Find other cross references. $vars->{'assignee_or_qa'} = $dbh->selectrow_array( |