Bug 303669: Bugzilla mis-uses perl subroutine prototypes

Patch By Max Kanat-Alexander <mkanat@bugzilla.org> r=LpSolit, a=justdave


git-svn-id: svn://10.0.0.236/trunk@177695 18797224-902f-48f8-a5cc-f745e15eee43
This commit is contained in:
mkanat%kerio.com
2005-08-13 12:27:04 +00:00
parent 48b221094a
commit 0cbbdcfee7
27 changed files with 88 additions and 88 deletions

View File

@@ -103,7 +103,7 @@ sub default_qa_contact { return $_[0]->{'initialqacontact'}; }
#### Subroutines ####
###############################
sub get_components_by_product ($) {
sub get_components_by_product {
my ($product_id) = @_;
my $dbh = Bugzilla->dbh;