From 0ab2e4bfd6429efa18c46ad76db69ecfa470e750 Mon Sep 17 00:00:00 2001 From: "mkanat%kerio.com" <> Date: Tue, 15 Mar 2005 07:17:46 +0000 Subject: Bug 251960: Search.pm uses DB dependent comma operator Patch By Tomas Kopal r=joel, a=justdave --- template/en/default/global/code-error.html.tmpl | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'template') diff --git a/template/en/default/global/code-error.html.tmpl b/template/en/default/global/code-error.html.tmpl index 5e75e1b30..b4b4dcbd0 100644 --- a/template/en/default/global/code-error.html.tmpl +++ b/template/en/default/global/code-error.html.tmpl @@ -260,6 +260,11 @@ [% ELSIF error == "no_matching_lock" %] Attempted to unlock tables without locking them 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. + [% ELSE %] [% title = "Internal error" %] An internal error has occured, but [% terms.Bugzilla %] doesn't know -- cgit v1.2.3-24-g4f1b