diff options
author | justdave%syndicomm.com <> | 2004-04-15 14:44:47 +0200 |
---|---|---|
committer | justdave%syndicomm.com <> | 2004-04-15 14:44:47 +0200 |
commit | bfa503a07fb840d32369a3399821c71dd380445f (patch) | |
tree | 57a3cd3ab0ac597bcde6182ad9147c994f44c115 /template/en/default/global | |
parent | f967249484892a3ab49b3b369b0f6995fee60288 (diff) | |
download | bugzilla-bfa503a07fb840d32369a3399821c71dd380445f.tar.gz bugzilla-bfa503a07fb840d32369a3399821c71dd380445f.tar.xz |
Backing out checkin from bug 238865: patch was negatively reviewed post-mortem.
a=justdave
Diffstat (limited to 'template/en/default/global')
-rw-r--r-- | template/en/default/global/code-error.html.tmpl | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/template/en/default/global/code-error.html.tmpl b/template/en/default/global/code-error.html.tmpl index c5233b8e8..342d67102 100644 --- a/template/en/default/global/code-error.html.tmpl +++ b/template/en/default/global/code-error.html.tmpl @@ -56,11 +56,6 @@ [% ELSIF error == "authres_unhandled" %] An authorization handler return value was not handled by the login code. - [% ELSIF error == "bad_page_cgi_id" %] - [% title = "Invalid Page ID" %] - The ID <code>[% page_id FILTER html %]</code> is not a - valid page identifier. - [% ELSIF error == "bug_error" %] Trying to retrieve [% terms.bug %] [%+ bug.bug_id FILTER html %] returned the error [% bug.error FILTER html %]. |