From 66a124b3d1824f7aafe61372dba97e36b15352c2 Mon Sep 17 00:00:00 2001 From: "mkanat%bugzilla.org" Date: Wed, 14 Jul 2010 00:16:41 +0000 Subject: [PATCH] The illegal_changed_in_x_days error message is no longer used. git-svn-id: svn://10.0.0.236/trunk@260760 18797224-902f-48f8-a5cc-f745e15eee43 --- mozilla/webtools/bugzilla/.bzrrev | 2 +- .../bugzilla/template/en/default/global/user-error.html.tmpl | 5 ----- 2 files changed, 1 insertion(+), 6 deletions(-) diff --git a/mozilla/webtools/bugzilla/.bzrrev b/mozilla/webtools/bugzilla/.bzrrev index e7912961c1c..31143a40109 100644 --- a/mozilla/webtools/bugzilla/.bzrrev +++ b/mozilla/webtools/bugzilla/.bzrrev @@ -1 +1 @@ -7356 \ No newline at end of file +7357 \ No newline at end of file diff --git a/mozilla/webtools/bugzilla/template/en/default/global/user-error.html.tmpl b/mozilla/webtools/bugzilla/template/en/default/global/user-error.html.tmpl index 0cfe57098a6..0f094b3a502 100644 --- a/mozilla/webtools/bugzilla/template/en/default/global/user-error.html.tmpl +++ b/mozilla/webtools/bugzilla/template/en/default/global/user-error.html.tmpl @@ -802,11 +802,6 @@ but only a user allowed to edit both related [% terms.bugs %] may change that field. - [% ELSIF error == "illegal_changed_in_last_x_days" %] - [% title = "Your Search Makes No Sense" %] - The Changed in last ___ days field must be a simple number. - You entered [% value FILTER html %], which isn't. - [% ELSIF error == "illegal_date" %] [% title = "Illegal Date" %] '[% date FILTER html %]' is not a legal date.