From 0b69cb3e02ed0a2b1eb2f268962355cb659065bb Mon Sep 17 00:00:00 2001 From: "lpsolit%gmail.com" <> Date: Mon, 2 Mar 2009 20:03:00 +0000 Subject: 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 , updated by me, r/a=mkanat --- Bugzilla/Search.pm | 3 --- 1 file changed, 3 deletions(-) (limited to 'Bugzilla') diff --git a/Bugzilla/Search.pm b/Bugzilla/Search.pm index 2b3b23044..2f86d2502 100644 --- a/Bugzilla/Search.pm +++ b/Bugzilla/Search.pm @@ -258,9 +258,6 @@ sub init { } if (@clist) { push(@specialchart, \@clist); - } else { - ThrowUserError("missing_email_type", - { email => $email }); } } -- cgit v1.2.3-24-g4f1b