diff options
author | lpsolit%gmail.com <> | 2007-07-07 18:15:56 +0200 |
---|---|---|
committer | lpsolit%gmail.com <> | 2007-07-07 18:15:56 +0200 |
commit | 89f2e698da58db3fa282cf50b9c9c41bebde29be (patch) | |
tree | 0ca2a24e763385d8fdcff132beb20198a8b717b5 /template/en/default | |
parent | 86a9c38e75690e12e39a3363093be6af78fbe087 (diff) | |
download | bugzilla-89f2e698da58db3fa282cf50b9c9c41bebde29be.tar.gz bugzilla-89f2e698da58db3fa282cf50b9c9c41bebde29be.tar.xz |
Fixing bustage due to the checkin of bug 385379
Diffstat (limited to 'template/en/default')
-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 722173bde..81c096112 100644 --- a/template/en/default/global/code-error.html.tmpl +++ b/template/en/default/global/code-error.html.tmpl @@ -210,9 +210,6 @@ There is no such group: [% group FILTER html %]. Check your $webservergroup setting in [% constants.bz_locations.localconfig FILTER html %]. - [% ELSIF error == "list_comparison_error" %] - Unexpected error in list comparing code. - [% ELSIF error == "mismatched_bug_ids_on_obsolete" %] Attachment [% attach_id FILTER html %] ([% description FILTER html %]) is attached to [% terms.bug %] [%+ attach_bug_id FILTER html %], |