diff options
-rw-r--r-- | Bugzilla/WebService/Bug.pm | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/Bugzilla/WebService/Bug.pm b/Bugzilla/WebService/Bug.pm index 48e554f16..76d0f9184 100644 --- a/Bugzilla/WebService/Bug.pm +++ b/Bugzilla/WebService/Bug.pm @@ -1090,8 +1090,6 @@ items: C<string> The alias of this bug. If there is no alias or aliases are disabled in this Bugzilla, this will be undef. -=over - =item when C<dateTime> The date the bug activity/change happened. @@ -1131,8 +1129,6 @@ present in this hash. =back -=back - =item B<Errors> The same as L</get>. |