From 7f892832fb89f60f3228d22e393fa6c823be12b6 Mon Sep 17 00:00:00 2001 From: "justdave%syndicomm.com" <> Date: Fri, 17 Oct 2003 01:26:09 +0000 Subject: Backing out patch from bug 108528 - failed to take i10n concerns into account --- template/en/default/global/code-error.html.tmpl | 7 +------ 1 file changed, 1 insertion(+), 6 deletions(-) (limited to 'template/en/default/global/code-error.html.tmpl') 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 %] -- cgit v1.2.3-24-g4f1b