diff options
author | mkanat%bugzilla.org <> | 2007-03-15 10:50:22 +0100 |
---|---|---|
committer | mkanat%bugzilla.org <> | 2007-03-15 10:50:22 +0100 |
commit | 11a25d2e16d973b65b81f34075ca63ecd7fd85c0 (patch) | |
tree | 5525eebb2a7bb586800baa28354141a9da30afc6 | |
parent | 496ad3d1ff432cd04ee3a1a6c90d38e61450d606 (diff) | |
download | bugzilla-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.
-rw-r--r-- | template/en/default/global/code-error.html.tmpl | 3 |
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. |