From 50181f709d79780ec54c6ed2b90af08327bbdf5b Mon Sep 17 00:00:00 2001 From: "lpsolit%gmail.com" <> Date: Mon, 11 Jul 2005 05:37:05 +0000 Subject: Bug 63536: User preference for whether or not to go to the next bug after processing - Patch by byron jones (glob) r=LpSolit a=justdave --- template/en/default/global/code-error.html.tmpl | 3 +++ 1 file changed, 3 insertions(+) (limited to 'template/en/default/global/code-error.html.tmpl') diff --git a/template/en/default/global/code-error.html.tmpl b/template/en/default/global/code-error.html.tmpl index 36a752949..1b7af3fea 100644 --- a/template/en/default/global/code-error.html.tmpl +++ b/template/en/default/global/code-error.html.tmpl @@ -297,6 +297,9 @@ 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 + [% ELSE %] [% title = "Internal error" %] An internal error has occured, but [% terms.Bugzilla %] doesn't know -- cgit v1.2.3-24-g4f1b