Bug 154482: Checking none of the checkboxes in the "Email Addresses, Bug Numbers, and Votes" section of query.cgi shouldn't throw an error - Original patch by timeless <timeless@bemail.org>, updated by me, r/a=mkanat

git-svn-id: svn://10.0.0.236/trunk@256396 18797224-902f-48f8-a5cc-f745e15eee43
This commit is contained in:
lpsolit%gmail.com 2009-03-02 20:03:14 +00:00
parent e8a93a1f65
commit cd52da4ff0
2 changed files with 0 additions and 8 deletions

View File

@ -258,9 +258,6 @@ sub init {
}
if (@clist) {
push(@specialchart, \@clist);
} else {
ThrowUserError("missing_email_type",
{ email => $email });
}
}

View File

@ -1067,11 +1067,6 @@
[% docslinks = {'reporting.html' => 'Reporting'} %]
You must specify one or more datasets to plot.
[% ELSIF error == "missing_email_type" %]
[% title = "Your Search Makes No Sense" %]
You must specify one or more fields in which to search for
<tt>[% email FILTER html %]</tt>.
[% ELSIF error == "missing_frequency" %]
[% title = "Missing Frequency" %]
[% docslinks = {'reporting.html' => 'Reporting'} %]