summaryrefslogtreecommitdiffstats
path: root/template
diff options
context:
space:
mode:
authorlpsolit%gmail.com <>2006-08-25 17:33:19 +0200
committerlpsolit%gmail.com <>2006-08-25 17:33:19 +0200
commit1e68fe1e5c78228ca82ff6b41176de59e6ba0a4c (patch)
treee1d52fdd8404de43b1c7d0a7cca52fd93e5fadd0 /template
parent9fd592efb1b68ed9c4aa1d47151cb8f32d88885f (diff)
downloadbugzilla-1e68fe1e5c78228ca82ff6b41176de59e6ba0a4c.tar.gz
bugzilla-1e68fe1e5c78228ca82ff6b41176de59e6ba0a4c.tar.xz
Bug 349766: Use of uninitialized value in pattern match (m//) at editusers.cgi line 270 - Patch by Frédéric Buclin <LpSolit@gmail.com> r=kevin.benton a=myk
Diffstat (limited to 'template')
-rw-r--r--template/en/default/admin/users/userdata.html.tmpl19
1 files changed, 0 insertions, 19 deletions
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 @@
<input size="64" maxlength="255" name="login"
id="login" value="[% otheruser.login FILTER html %]" />
[% IF editform %]
- <input type="hidden" name="loginold"
- value="[% otheruser.login FILTER html %]" />
[% IF !otheruser.groups.bz_sudo_protect %]
<br />
<a href="relogin.cgi?action=prepare-sudo&amp;target_login=
@@ -48,10 +46,6 @@
<input size="64" maxlength="255" name="name"
autocomplete="off"
id="name" value="[% otheruser.name FILTER html %]" />
- [% IF editform %]
- <input type="hidden" name="nameold"
- value="[% otheruser.name FILTER html %]" />
- [% 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 %]
- <input type="hidden" name="disable_mail_old"
- [% IF otheruser.email_disabled %]
- value="1"
- [% ELSE %]
- value="0"
- [% END %]
- />
- [% END %]
</td>
</tr>
<tr>
@@ -101,10 +86,6 @@
%]<br>
(If non-empty, then the account will be disabled, and this text should
explain why.)
- [% IF editform %]
- <input type="hidden" name="disabledtextold"
- value="[% otheruser.disabledtext FILTER html %]" />
- [% END %]
</td>
</tr>
[% END %]