summaryrefslogtreecommitdiffstats
path: root/template/en/default/global
diff options
context:
space:
mode:
authormkanat%bugzilla.org <>2007-03-15 10:50:22 +0100
committermkanat%bugzilla.org <>2007-03-15 10:50:22 +0100
commit11a25d2e16d973b65b81f34075ca63ecd7fd85c0 (patch)
tree5525eebb2a7bb586800baa28354141a9da30afc6 /template/en/default/global
parent496ad3d1ff432cd04ee3a1a6c90d38e61450d606 (diff)
downloadbugzilla-11a25d2e16d973b65b81f34075ca63ecd7fd85c0.tar.gz
bugzilla-11a25d2e16d973b65b81f34075ca63ecd7fd85c0.tar.xz
Post-checkin fix for Bug 121069: I had forgotten to remove an unused error message from code-error.html.tmpl.
Diffstat (limited to 'template/en/default/global')
-rw-r--r--template/en/default/global/code-error.html.tmpl3
1 files changed, 0 insertions, 3 deletions
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.