From: Frédéric Buclin Date: Wed, 24 Feb 2010 17:20:13 +0000 (+0100) Subject: Fix bustage (unused error tag) X-Git-Tag: bugzilla-3.7.1~219 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=2092718d34a55044b2dcd5e87554570175af40af;p=thirdparty%2Fbugzilla.git Fix bustage (unused error tag) https://bugzilla.mozilla.org/show_bug.cgi?id=526184 --- diff --git a/template/en/default/global/code-error.html.tmpl b/template/en/default/global/code-error.html.tmpl index 483aec58ad..7d2fa3533e 100644 --- a/template/en/default/global/code-error.html.tmpl +++ b/template/en/default/global/code-error.html.tmpl @@ -216,10 +216,6 @@ [% ELSIF error == "illegal_field" %] A legal [% field FILTER html %] was not set. - [% ELSIF error == "inactive_group" %] - Attempted to add [% terms.bug %] to the '[% name FILTER html %]' - group, which is not used for [% terms.bugs %]. - [% ELSIF error == "invalid_attach_id_to_obsolete" %] The attachment number of one of the attachments you wanted to obsolete, [% attach_id FILTER html %], is invalid.