diff options
author | lpsolit%gmail.com <> | 2005-09-06 05:41:20 +0200 |
---|---|---|
committer | lpsolit%gmail.com <> | 2005-09-06 05:41:20 +0200 |
commit | 3223b9f1872063b0c1ba864880449e40c68d590d (patch) | |
tree | 53446ca60ec5aafe33236b979f24a8d57dc009a7 /template/en | |
parent | d14f5d4e1330aa4efee97b7b83381619980a6819 (diff) | |
download | bugzilla-3223b9f1872063b0c1ba864880449e40c68d590d.tar.gz bugzilla-3223b9f1872063b0c1ba864880449e40c68d590d.tar.xz |
Bug 304745: Move GetFieldID() out of globals.pl - Patch by Frédéric Buclin <LpSolit@gmail.com> r=wicked a=justdave
Diffstat (limited to 'template/en')
-rw-r--r-- | template/en/default/global/user-error.html.tmpl | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/template/en/default/global/user-error.html.tmpl b/template/en/default/global/user-error.html.tmpl index 53fdcc59f..b339ccc85 100644 --- a/template/en/default/global/user-error.html.tmpl +++ b/template/en/default/global/user-error.html.tmpl @@ -641,10 +641,6 @@ The context [% context FILTER html %] is invalid (must be a number, "file" or "patch"). - [% ELSIF error == "invalid_field_name" %] - [% title = "Invalid Field Name" %] - The field "[% name FILTER html %]" is invalid. - [% ELSIF error == "invalid_format" %] [% title = "Invalid Format" %] The format "[% format FILTER html %]" is invalid (must be one of |