From 1e68fe1e5c78228ca82ff6b41176de59e6ba0a4c Mon Sep 17 00:00:00 2001 From: "lpsolit%gmail.com" <> Date: Fri, 25 Aug 2006 15:33:19 +0000 Subject: Bug 349766: Use of uninitialized value in pattern match (m//) at editusers.cgi line 270 - Patch by Frédéric Buclin r=kevin.benton a=myk MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- template/en/default/admin/users/userdata.html.tmpl | 19 ------------------- 1 file changed, 19 deletions(-) (limited to 'template') diff --git a/template/en/default/admin/users/userdata.html.tmpl b/template/en/default/admin/users/userdata.html.tmpl index be29a1b4b..f495eb0f1 100644 --- a/template/en/default/admin/users/userdata.html.tmpl +++ b/template/en/default/admin/users/userdata.html.tmpl @@ -28,8 +28,6 @@ [% IF editform %] - [% IF !otheruser.groups.bz_sudo_protect %]
- [% IF editform %] - - [% END %] [% ELSE %] [% otheruser.name FILTER html %] [% END %] @@ -76,15 +70,6 @@ [% IF otheruser.email_disabled %] checked="checked" [% END %] /> (This affects bugmail and whinemail, not password-reset or other non-bug-related emails) - [% IF editform %] - - [% END %] @@ -101,10 +86,6 @@ %]
(If non-empty, then the account will be disabled, and this text should explain why.) - [% IF editform %] - - [% END %] [% END %] -- cgit v1.2.3-24-g4f1b