aboutsummaryrefslogtreecommitdiffstats
path: root/Bugzilla
diff options
context:
space:
mode:
authorMatt Tyson <mtyson@redhat.com>2015-12-16 00:36:32 +0000
committerDavid Lawrence <dkl@mozilla.com>2015-12-16 00:36:32 +0000
commit979ba53dae33fc94a7b43bd156f60f147cd1994b (patch)
tree51c815aceaf2dcd350b25f1360ba469abf80254f /Bugzilla
parente7b83a64de2561d5d01dfc07a18d9ee3f0074c49 (diff)
downloadbugs-979ba53dae33fc94a7b43bd156f60f147cd1994b.tar
bugs-979ba53dae33fc94a7b43bd156f60f147cd1994b.tar.gz
bugs-979ba53dae33fc94a7b43bd156f60f147cd1994b.tar.bz2
bugs-979ba53dae33fc94a7b43bd156f60f147cd1994b.tar.xz
bugs-979ba53dae33fc94a7b43bd156f60f147cd1994b.zip
Bug 1160394 - Products.get_products is missing from PUBLIC_METHODS (for backwards compatibility)
r=dkl,a=dkl
Diffstat (limited to 'Bugzilla')
-rw-r--r--Bugzilla/WebService/Product.pm12
1 files changed, 0 insertions, 12 deletions
diff --git a/Bugzilla/WebService/Product.pm b/Bugzilla/WebService/Product.pm
index f38972bc1..94348a161 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<Note>: You must at least specify one of C<ids> or C<names>.
-B<Note>: Can also be called as "get_products" for compatibilty with Bugzilla 3.0 API.
-
=item B<REST>
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<Methods in need of POD>
-
-=over
-
-=item get_products
-
-=back