]> git.ipfire.org Git - thirdparty/bugzilla.git/commitdiff
Bug 574166: Make clean_search_url take into account the new email3 fields
authorMax Kanat-Alexander <mkanat@bugzilla.org>
Thu, 24 Jun 2010 16:49:35 +0000 (09:49 -0700)
committerMax Kanat-Alexander <mkanat@bugzilla.org>
Thu, 24 Jun 2010 16:49:35 +0000 (09:49 -0700)
from query.cgi
r=glob, a=mkanat

Bugzilla/CGI.pm

index 22478215287e9c970faaa9014c2538c727ad4b52..848f840b2d7f85ef69cd7d5cfc878e9687d74f7b 100644 (file)
@@ -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