diff options
-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 |