diff options
author | lpsolit%gmail.com <> | 2006-07-25 09:23:33 +0200 |
---|---|---|
committer | lpsolit%gmail.com <> | 2006-07-25 09:23:33 +0200 |
commit | 5ecf8a501a52ce675d9990ede5d165f789a7e1fc (patch) | |
tree | e72489d1b163186595e1ccf0e4ac1c7534184f72 /template/en/default/global | |
parent | 43dd0fc1e7a1c6f601e30243b363b3e2f358f105 (diff) | |
download | bugzilla-5ecf8a501a52ce675d9990ede5d165f789a7e1fc.tar.gz bugzilla-5ecf8a501a52ce675d9990ede5d165f789a7e1fc.tar.xz |
Bug 343810: Remove Bugzilla::FlagType::get() and implement real flagtype objects - Patch by Frédéric Buclin <LpSolit@gmail.com> a=myk
Diffstat (limited to 'template/en/default/global')
-rw-r--r-- | template/en/default/global/code-error.html.tmpl | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/template/en/default/global/code-error.html.tmpl b/template/en/default/global/code-error.html.tmpl index a131d25d6..f64cf6411 100644 --- a/template/en/default/global/code-error.html.tmpl +++ b/template/en/default/global/code-error.html.tmpl @@ -227,10 +227,6 @@ [% END %] is invalid. - [% ELSIF error == "flag_type_id_invalid" %] - The flag type ID <em>[% id FILTER html %]</em> is not - a positive integer. - [% ELSIF error == "flag_type_inactive" %] [% title = "Inactive Flag Types" %] Some flag types are inactive and cannot be used to create new flags. |