From d962a2a3d0c8aa0a21419a8765d141f5a7076907 Mon Sep 17 00:00:00 2001 From: "lpsolit%gmail.com" <> Date: Fri, 11 Aug 2006 07:25:23 +0000 Subject: Fixing warnings due to bug 347291 (unused tag in code-error.html.tmpl) --- template/en/default/global/code-error.html.tmpl | 5 ----- 1 file changed, 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 [% argument FILTER html %] = [% value FILTER html %] - of [% function FILTER html %] 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 -- cgit v1.2.3-24-g4f1b