RSS

(root)/bugzilla/3.6 : 6113 : showdependencygraph.cgi

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

« back to all changes in this revision

Viewing changes to showdependencygraph.cgi

mkanat%bugzilla.org
2008-06-29 19:57:54
Revision ID: cvs-1:mkanatbugzilla.org-20080630025754-h0rylmikmb6z28g1
Bug 440612 â€“ Use Bugzilla::Bug->check everywhere instead of ValidateBugID
Patch By Max Kanat-Alexander <mkanat@bugzilla.org> r=LpSolit, a=LpSolit

Show diffs side-by-side

added added

removed removed

135
135
    }
136
136
} else {
137
137
    foreach my $i (split('[\s,]+', $cgi->param('id'))) {
138
 
        ValidateBugID($i);
139
 
        $baselist{$i} = 1;
 
138
        my $bug = Bugzilla::Bug->check($i);
 
139
        $baselist{$bug->id} = 1;
140
140
    }
141
141
 
142
142
    my @stack = keys(%baselist);

Loggerhead 1.18.1 is a web-based interface for Bazaar branches