summaryrefslogtreecommitdiffstats
path: root/template
diff options
context:
space:
mode:
authormkanat%kerio.com <>2005-03-15 08:17:46 +0100
committermkanat%kerio.com <>2005-03-15 08:17:46 +0100
commit0ab2e4bfd6429efa18c46ad76db69ecfa470e750 (patch)
tree4daf685061a412a6be90e66c0bc60cc4bc4e0329 /template
parent6fcfd831f1b647e811503c8eac4bf776a4a9a6e3 (diff)
downloadbugzilla-0ab2e4bfd6429efa18c46ad76db69ecfa470e750.tar.gz
bugzilla-0ab2e4bfd6429efa18c46ad76db69ecfa470e750.tar.xz
Bug 251960: Search.pm uses DB dependent comma operator
Patch By Tomas Kopal <Tomas.Kopal@altap.cz> r=joel, a=justdave
Diffstat (limited to 'template')
-rw-r--r--template/en/default/global/code-error.html.tmpl5
1 files changed, 5 insertions, 0 deletions
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