diff options
author | Dave Lawrence <dlawrence@mozilla.com> | 2013-09-18 17:24:17 +0200 |
---|---|---|
committer | Dave Lawrence <dlawrence@mozilla.com> | 2013-09-18 17:24:17 +0200 |
commit | 898a95843f1fcb1982c409adaeb0d9b8f6f23a32 (patch) | |
tree | 88626521663c1b22e266eeb8adfe8425e7a402d4 /Bugzilla/Bug.pm | |
parent | 7b756e036dfdf54368d5e7e18dd1cefd53724c12 (diff) | |
download | bugzilla-898a95843f1fcb1982c409adaeb0d9b8f6f23a32.tar.gz bugzilla-898a95843f1fcb1982c409adaeb0d9b8f6f23a32.tar.xz |
Bug 916979 - Bug.search ignores the "limit" parameter
Diffstat (limited to 'Bugzilla/Bug.pm')
-rw-r--r-- | Bugzilla/Bug.pm | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/Bugzilla/Bug.pm b/Bugzilla/Bug.pm index 9446333d7..6f3107d5c 100644 --- a/Bugzilla/Bug.pm +++ b/Bugzilla/Bug.pm @@ -286,10 +286,6 @@ use constant FIELD_MAP => { summary => 'short_desc', url => 'bug_file_loc', whiteboard => 'status_whiteboard', - - # These are special values for the WebService Bug.search method. - limit => 'LIMIT', - offset => 'OFFSET', }; use constant REQUIRED_FIELD_MAP => { |