diff options
Diffstat (limited to 'template/en/default/global')
-rw-r--r-- | template/en/default/global/code-error.html.tmpl | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/template/en/default/global/code-error.html.tmpl b/template/en/default/global/code-error.html.tmpl index d54163bd8..fd3f8fb20 100644 --- a/template/en/default/global/code-error.html.tmpl +++ b/template/en/default/global/code-error.html.tmpl @@ -258,7 +258,9 @@ Attempted to end transaction without starting one first. [% ELSIF error == "already_locked" %] - Attempted to lock a table without releasing previous lock first. + 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. |