From 230976efc0233c7157f6b6a3919e5eb885dbe4a7 Mon Sep 17 00:00:00 2001 From: "lpsolit%gmail.com" <> Date: Fri, 8 Jul 2005 04:15:20 +0000 Subject: Bug 299212: "already locked" errors should be more informative - Patch by Frédéric Buclin r=glob a=justdave MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- template/en/default/global/code-error.html.tmpl | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'template') 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: +

Tables already locked:
[% current FILTER html %] +

Tables requesting locking:
[% new FILTER html %] [% ELSIF error == "no_matching_lock" %] Attempted to unlock tables without locking them first. -- cgit v1.2.3-24-g4f1b