diff options
author | lpsolit%gmail.com <> | 2008-01-28 02:15:18 +0100 |
---|---|---|
committer | lpsolit%gmail.com <> | 2008-01-28 02:15:18 +0100 |
commit | c0b4d49d2ed629ccba8c5fc0d61ebf28972d6ada (patch) | |
tree | f181f794f5ae4c38a5e10a1b57fd06fa2d21576d /template/en/default/global | |
parent | ce3089f58a6edcb4074df97d1e6133d55b04377a (diff) | |
download | bugzilla-c0b4d49d2ed629ccba8c5fc0d61ebf28972d6ada.tar.gz bugzilla-c0b4d49d2ed629ccba8c5fc0d61ebf28972d6ada.tar.xz |
Bug 121069: Remove $dbh->bz_(un)lock_tables from process_bug.cgi and Error.pm in favor of DB transactions. These methods are no longer used and are completely removed now - Patch by Frédéric Buclin <LpSolit@gmail.com> r/a=mkanat
Diffstat (limited to 'template/en/default/global')
-rw-r--r-- | template/en/default/global/code-error.html.tmpl | 8 |
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, |