Commit 0b69cb3e authored by lpsolit%gmail.com's avatar lpsolit%gmail.com

Bug 154482: Checking none of the checkboxes in the "Email Addresses, Bug…

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
parent a28edf3c
......@@ -258,9 +258,6 @@ sub init {
}
if (@clist) {
push(@specialchart, \@clist);
} else {
ThrowUserError("missing_email_type",
{ email => $email });
}
}
......
......@@ -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'} %]
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment