diff options
author | justdave%syndicomm.com <> | 2003-10-17 03:26:09 +0200 |
---|---|---|
committer | justdave%syndicomm.com <> | 2003-10-17 03:26:09 +0200 |
commit | 7f892832fb89f60f3228d22e393fa6c823be12b6 (patch) | |
tree | 0188138a96abe5af0f736357df23acbfaabf7baa /template/en/default/global | |
parent | 61ce0b2c0f624e15ed240ef19d46e540949cd4af (diff) | |
download | bugzilla-7f892832fb89f60f3228d22e393fa6c823be12b6.tar.gz bugzilla-7f892832fb89f60f3228d22e393fa6c823be12b6.tar.xz |
Backing out patch from bug 108528 - failed to take i10n concerns into account
Diffstat (limited to 'template/en/default/global')
-rw-r--r-- | template/en/default/global/code-error.html.tmpl | 7 |
1 files changed, 1 insertions, 6 deletions
diff --git a/template/en/default/global/code-error.html.tmpl b/template/en/default/global/code-error.html.tmpl index 458f55c55..73501672b 100644 --- a/template/en/default/global/code-error.html.tmpl +++ b/template/en/default/global/code-error.html.tmpl @@ -208,12 +208,7 @@ I was unable to retrieve your old password from the database. [% ELSIF error == "undefined_field" %] - [% field FILTER html %] was not defined; - [% IF info %] - [% info FILTER html %] - [% ELSE %] - [% Param('browserbugmessage') %] - [% END %] + [% field FILTER html %] was not defined; [% Param('browserbugmessage') %] [% ELSIF error == "unknown_action" %] [% IF action %] |