From 11a25d2e16d973b65b81f34075ca63ecd7fd85c0 Mon Sep 17 00:00:00 2001 From: "mkanat%bugzilla.org" <> Date: Thu, 15 Mar 2007 09:50:22 +0000 Subject: Post-checkin fix for Bug 121069: I had forgotten to remove an unused error message from code-error.html.tmpl. --- template/en/default/global/code-error.html.tmpl | 3 --- 1 file changed, 3 deletions(-) (limited to 'template/en/default/global') diff --git a/template/en/default/global/code-error.html.tmpl b/template/en/default/global/code-error.html.tmpl index 91044064d..ad8c97e42 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. -- cgit v1.2.3-24-g4f1b