Commit 0ab2e4bf authored by mkanat%kerio.com's avatar mkanat%kerio.com

Bug 251960: Search.pm uses DB dependent comma operator

Patch By Tomas Kopal <Tomas.Kopal@altap.cz> r=joel, a=justdave
parent 6fcfd831
......@@ -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
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment