From c0b4d49d2ed629ccba8c5fc0d61ebf28972d6ada Mon Sep 17 00:00:00 2001 From: "lpsolit%gmail.com" <> Date: Mon, 28 Jan 2008 01:15:18 +0000 Subject: =?UTF-8?q?Bug=20121069:=20Remove=20$dbh->bz=5F(un)lock=5Ftables?= =?UTF-8?q?=20from=20process=5Fbug.cgi=20and=20Error.pm=20in=20favor=20of?= =?UTF-8?q?=20DB=20transactions.=20These=20methods=20are=20no=20longer=20u?= =?UTF-8?q?sed=20and=20are=20completely=20removed=20now=20-=20Patch=20by?= =?UTF-8?q?=20Fr=C3=83=C2=A9d=C3=83=C2=A9ric=20Buclin=20=20r/a=3Dmkanat?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- template/en/default/global/code-error.html.tmpl | 8 -------- 1 file changed, 8 deletions(-) (limited to 'template/en') 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: -

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. - [% ELSIF error == "comma_operator_deprecated" %] [% title = "SQL query generator internal error" %] There is an internal error in the SQL query generation code, -- cgit v1.2.1