From 1e68fe1e5c78228ca82ff6b41176de59e6ba0a4c Mon Sep 17 00:00:00 2001 From: "lpsolit%gmail.com" <> Date: Fri, 25 Aug 2006 15:33:19 +0000 Subject: =?UTF-8?q?Bug=20349766:=20Use=20of=20uninitialized=20value=20in?= =?UTF-8?q?=20pattern=20match=20(m//)=20at=20editusers.cgi=20line=20270=20?= =?UTF-8?q?-=20Patch=20by=20Fr=C3=A9d=C3=A9ric=20Buclin=20=20r=3Dkevin.benton=20a=3Dmyk?= 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/en/default') 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.1