diff options
author | Frédéric Buclin <LpSolit@gmail.com> | 2014-02-28 11:11:12 +0100 |
---|---|---|
committer | Frédéric Buclin <LpSolit@gmail.com> | 2014-02-28 11:11:12 +0100 |
commit | fc84c73e1d8f214321964f7fa1e6a0b5699f954b (patch) | |
tree | 588ca5bf704dfa936e660b96f29a3c636d243d46 | |
parent | Bug 893595: The pink colour of private comment will turn to white after refre... (diff) | |
download | bugzilla-fc84c73e1d8f214321964f7fa1e6a0b5699f954b.tar.gz bugzilla-fc84c73e1d8f214321964f7fa1e6a0b5699f954b.tar.bz2 bugzilla-fc84c73e1d8f214321964f7fa1e6a0b5699f954b.zip |
Bug 863093: The usermatchmode parameter no longer exists. The POD for User.get must be fixed accordingly
r=dkl a=justdave
-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 771822e8c..b01f30338 100644 --- a/Bugzilla/WebService/User.pm +++ b/Bugzilla/WebService/User.pm @@ -751,9 +751,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. |