From: Matt Tyson Date: Wed, 16 Dec 2015 00:36:32 +0000 (+0000) Subject: Bug 1160394 - Products.get_products is missing from PUBLIC_METHODS (for backwards... X-Git-Tag: release-5.0.2~15 X-Git-Url: http://git.ipfire.org/gitweb/gitweb.cgi?a=commitdiff_plain;h=979ba53dae33fc94a7b43bd156f60f147cd1994b;p=thirdparty%2Fbugzilla.git Bug 1160394 - Products.get_products is missing from PUBLIC_METHODS (for backwards compatibility) r=dkl,a=dkl --- diff --git a/Bugzilla/WebService/Product.pm b/Bugzilla/WebService/Product.pm index f38972bc13..94348a161d 100644 --- a/Bugzilla/WebService/Product.pm +++ b/Bugzilla/WebService/Product.pm @@ -55,8 +55,6 @@ use constant FIELD_MAP => { # Add aliases here for method name compatibility # ################################################## -BEGIN { *get_products = \&get } - # Get the ids of the products the user can search sub get_selectable_products { Bugzilla->switch_to_shadow_db(); @@ -498,8 +496,6 @@ Returns a list of information about the products passed to it. B: You must at least specify one of C or C. -B: Can also be called as "get_products" for compatibilty with Bugzilla 3.0 API. - =item B To return information about a specific groups of products such as @@ -992,11 +988,3 @@ You must define a default milestone. =back =back - -=head1 B - -=over - -=item get_products - -=back