diff options
author | lpsolit%gmail.com <> | 2006-08-11 09:25:23 +0200 |
---|---|---|
committer | lpsolit%gmail.com <> | 2006-08-11 09:25:23 +0200 |
commit | d962a2a3d0c8aa0a21419a8765d141f5a7076907 (patch) | |
tree | 992e1a145cf87075699a83b4c1baf8c2a017e990 /template | |
parent | fb079a1bcf1a9eb442dbd746d787d573a89fdc4a (diff) | |
download | bugzilla-d962a2a3d0c8aa0a21419a8765d141f5a7076907.tar.gz bugzilla-d962a2a3d0c8aa0a21419a8765d141f5a7076907.tar.xz |
Fixing warnings due to bug 347291 (unused tag in code-error.html.tmpl)
Diffstat (limited to 'template')
-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 9d039a07c..0fbc16249 100644 --- a/template/en/default/global/code-error.html.tmpl +++ b/template/en/default/global/code-error.html.tmpl @@ -183,11 +183,6 @@ [%+ terms.bug %] [%+ bug_id FILTER html %]. [% END %] - [% ELSIF error == "invalid_numeric_argument" %] - [% title = "Invalid number argument" %] - The argument <code>[% argument FILTER html %] = [% value FILTER html %]</code> - of <code>[% function FILTER html %]</code> is not a natural number. - [% ELSIF error == "invalid_series_id" %] [% title = "Invalid Series" %] The series_id [% series_id FILTER html %] is not valid. It may be that |