diff options
author | Frédéric Buclin <LpSolit@gmail.com> | 2010-07-15 12:42:57 +0200 |
---|---|---|
committer | Frédéric Buclin <LpSolit@gmail.com> | 2010-07-15 12:42:57 +0200 |
commit | dfa4a9de331ab56d9403254f17bd0e326b00d439 (patch) | |
tree | c1de103aa900d444b0821af6960aa214fff66bac /template/en | |
parent | 14d8af1b61b19c623875d8f454ad1a45104c7e13 (diff) | |
download | bugzilla-dfa4a9de331ab56d9403254f17bd0e326b00d439.tar.gz bugzilla-dfa4a9de331ab56d9403254f17bd0e326b00d439.tar.xz |
Remove unsused error tag left by bug 578904
Diffstat (limited to 'template/en')
-rw-r--r-- | template/en/default/global/code-error.html.tmpl | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/template/en/default/global/code-error.html.tmpl b/template/en/default/global/code-error.html.tmpl index e20913a0e..f37b6a452 100644 --- a/template/en/default/global/code-error.html.tmpl +++ b/template/en/default/global/code-error.html.tmpl @@ -455,11 +455,6 @@ [% ELSIF error == "not_in_transaction" %] Attempted to end transaction without starting one first. - [% ELSIF error == "comma_operator_deprecated" %] - [% title = "SQL query generator internal error" %] - There is an internal error in the SQL query generation code, - creating queries with implicit JOIN. - [% ELSIF error == "invalid_post_bug_submit_action" %] Invalid setting for post_bug_submit_action |