From e6d2fb75aa3c183323c534a214f3dd9be5638676 Mon Sep 17 00:00:00 2001 From: Frédéric Buclin Date: Wed, 8 Apr 2015 15:30:08 +0200 Subject: Backout bug 1089475, it causes deep recursions when the DB server is not accessible --- template/en/default/global/code-error.html.tmpl | 4 ---- 1 file changed, 4 deletions(-) (limited to 'template/en/default/global') diff --git a/template/en/default/global/code-error.html.tmpl b/template/en/default/global/code-error.html.tmpl index a242c7471..d73d75e13 100644 --- a/template/en/default/global/code-error.html.tmpl +++ b/template/en/default/global/code-error.html.tmpl @@ -104,10 +104,6 @@ [% ELSIF error == "comment_type_invalid" %] '[% type FILTER html %]' is not a valid comment type. - [% ELSIF error == "db_error" %] - An error occurred while performing a database operation: -
[% err_message FILTER html %]
- [% ELSIF error == "db_rename_conflict" %] Name conflict: Cannot rename [% old FILTER html %] to [%+ new FILTER html %] because [% new FILTER html %] already exists. -- cgit v1.2.3-24-g4f1b