From f2494355cc0d9901bea958a0dfdf7f452fa9400b Mon Sep 17 00:00:00 2001 From: Matt Selsky Date: Thu, 22 Mar 2012 19:53:51 +0100 Subject: Bug 733458: The "creator" argument is listed twice for the Bug.search WebService method r/a=LpSolit --- Bugzilla/WebService/Bug.pm | 10 +++------- 1 file changed, 3 insertions(+), 7 deletions(-) (limited to 'Bugzilla/WebService') diff --git a/Bugzilla/WebService/Bug.pm b/Bugzilla/WebService/Bug.pm index 457e000e5..38bd277f1 100644 --- a/Bugzilla/WebService/Bug.pm +++ b/Bugzilla/WebService/Bug.pm @@ -2148,6 +2148,9 @@ May not be an array. C The login name of the user who created the bug. +You can also pass this argument with the name C, for +backwards compatibility with older Bugzillas. + =item C C The numeric id of the bug. @@ -2184,13 +2187,6 @@ C The Priority field on a bug. C The name of the Product that the bug is in. -=item C - -C The login name of the user who reported the bug. - -You can also pass this argument with the name C, for -backwards compatibility with older Bugzillas. - =item C C The current resolution--only set if a bug is closed. You can -- cgit v1.2.3-24-g4f1b