diff options
author | Frédéric Buclin <LpSolit@gmail.com> | 2014-02-28 11:09:33 +0100 |
---|---|---|
committer | Frédéric Buclin <LpSolit@gmail.com> | 2014-02-28 11:09:33 +0100 |
commit | 2cd9e8e510edecfc69afb055cc537ed3c5071c22 (patch) | |
tree | 8372c1d374fc54c3f475e7d0c774571673024c46 /Bugzilla/WebService/User.pm | |
parent | 60fb3b59ef0a2082b25e0d80c818b979991317bd (diff) | |
download | bugs-2cd9e8e510edecfc69afb055cc537ed3c5071c22.tar bugs-2cd9e8e510edecfc69afb055cc537ed3c5071c22.tar.gz bugs-2cd9e8e510edecfc69afb055cc537ed3c5071c22.tar.bz2 bugs-2cd9e8e510edecfc69afb055cc537ed3c5071c22.tar.xz bugs-2cd9e8e510edecfc69afb055cc537ed3c5071c22.zip |
Bug 863093: The usermatchmode parameter no longer exists. The POD for User.get must be fixed accordingly
r=dkl a=justdave
Diffstat (limited to 'Bugzilla/WebService/User.pm')
-rw-r--r-- | Bugzilla/WebService/User.pm | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/Bugzilla/WebService/User.pm b/Bugzilla/WebService/User.pm index 399d56113..fef354c44 100644 --- a/Bugzilla/WebService/User.pm +++ b/Bugzilla/WebService/User.pm @@ -858,9 +858,6 @@ Bugzilla itself. Users will be returned whose real name or login name contains any one of the specified strings. Users that you cannot see will not be included in the returned list. -Some Bugzilla installations have user-matching turned off, in which -case you will only be returned exact matches. - Most installations have a limit on how many matches are returned for each string, which defaults to 1000 but can be changed by the Bugzilla administrator. |