From: mkanat%bugzilla.org <> Date: Thu, 15 Mar 2007 09:50:22 +0000 (+0000) Subject: Post-checkin fix for Bug 121069: I had forgotten to remove an unused error message... X-Git-Tag: bugzilla-3.1.2~280 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=11a25d2e16d973b65b81f34075ca63ecd7fd85c0;p=thirdparty%2Fbugzilla.git Post-checkin fix for Bug 121069: I had forgotten to remove an unused error message from 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 91044064d1..ad8c97e428 100644 --- a/template/en/default/global/code-error.html.tmpl +++ b/template/en/default/global/code-error.html.tmpl @@ -406,9 +406,6 @@ [% title = "Attachment Must Be Patch" %] Attachment #[% attach_id FILTER html %] must be a patch. - [% ELSIF error == "nested_transaction" %] - Attempted to start a new transaction without finishing previous one first. - [% ELSIF error == "not_in_transaction" %] Attempted to end transaction without starting one first.