Commit febd1676 authored by Max Kanat-Alexander's avatar Max Kanat-Alexander

Bug 574166: Make clean_search_url take into account the new email3 fields

from query.cgi r=glob, a=mkanat
parent f9474d9b
......@@ -168,7 +168,7 @@ sub clean_search_url {
# Delete leftovers from the login form
$self->delete('Bugzilla_remember', 'GoAheadAndLogIn');
foreach my $num (1,2) {
foreach my $num (1,2,3) {
# If there's no value in the email field, delete the related fields.
if (!$self->param("email$num")) {
foreach my $field qw(type assigned_to reporter qa_contact
......
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