RSS

(root)/bugzilla/trunk : 7375 : report.cgi

To get this branch, use:
bzr branch /bugzilla/trunk

« back to all changes in this revision

Viewing changes to report.cgi

Max Kanat-Alexander
2010-07-15 19:55:10
Revision ID: mkanat@bugzilla.org-20100716025510-anzk388p36nthy06
Bug 398308: Make Search.pm take a hashref for its "params" argument
instead of taking a CGI object.
r=mkanat, a=mkanat (module owner)

Show diffs side-by-side

added added

removed removed

127
127
# Clone the params, so that Bugzilla::Search can modify them
128
128
my $params = new Bugzilla::CGI($cgi);
129
129
my $search = new Bugzilla::Search('fields' => \@axis_fields, 
130
 
                                  'params' => $params);
 
130
                                  'params' => scalar $params->Vars);
131
131
my $query = $search->sql;
132
132
 
133
133
$::SIG{TERM} = 'DEFAULT';

Loggerhead 1.18.1 is a web-based interface for Bazaar branches