summaryrefslogtreecommitdiffstats
path: root/template/en/default/global/code-error.html.tmpl
diff options
context:
space:
mode:
Diffstat (limited to 'template/en/default/global/code-error.html.tmpl')
-rw-r--r--template/en/default/global/code-error.html.tmpl8
1 files changed, 0 insertions, 8 deletions
diff --git a/template/en/default/global/code-error.html.tmpl b/template/en/default/global/code-error.html.tmpl
index 1e5581e13..7e0e1cd70 100644
--- a/template/en/default/global/code-error.html.tmpl
+++ b/template/en/default/global/code-error.html.tmpl
@@ -416,14 +416,6 @@
[% ELSIF error == "not_in_transaction" %]
Attempted to end transaction without starting one first.
- [% ELSIF error == "already_locked" %]
- Attempted to lock a table without releasing previous lock first:
- <p>Tables already locked:<br>[% current FILTER html %]
- <p>Tables requesting locking:<br>[% new FILTER html %]
-
- [% 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,