From: Frédéric Buclin Date: Sat, 29 Sep 2012 23:27:24 +0000 (+0200) Subject: Remove the Contributors section from POD, we don't have it anywhere else X-Git-Tag: bugzilla-4.4rc1~56 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=ff68d8b5306c271cc5d7184713c47de1bb0db6fd;p=thirdparty%2Fbugzilla.git Remove the Contributors section from POD, we don't have it anywhere else --- diff --git a/Bugzilla/Flag.pm b/Bugzilla/Flag.pm index 22a42d773f..0460fb936f 100644 --- a/Bugzilla/Flag.pm +++ b/Bugzilla/Flag.pm @@ -1057,29 +1057,4 @@ sub _flag_types { return $flag_types; } -=head1 SEE ALSO - -=over - -=item B - -=back - - -=head1 CONTRIBUTORS - -=over - -=item Myk Melez - -=item Jouni Heikniemi - -=item Kevin Benton - -=item Frédéric Buclin - -=back - -=cut - 1; diff --git a/Bugzilla/FlagType.pm b/Bugzilla/FlagType.pm index d313a62b90..2bceb090a0 100644 --- a/Bugzilla/FlagType.pm +++ b/Bugzilla/FlagType.pm @@ -620,22 +620,10 @@ sub count { # Private Functions ###################################################################### -=begin private - -=head1 PRIVATE FUNCTIONS - -=over - -=item C - -Converts a hash of criteria into a list of SQL criteria. -$criteria is a reference to the criteria (field => value), -$tables is a reference to an array of tables being accessed -by the query. - -=back - -=cut +# Converts a hash of criteria into a list of SQL criteria. +# $criteria is a reference to the criteria (field => value), +# $tables is a reference to an array of tables being accessed +# by the query. sub sqlify_criteria { my ($criteria, $tables) = @_; @@ -713,27 +701,3 @@ sub sqlify_criteria { } 1; - -=end private - -=head1 SEE ALSO - -=over - -=item B - -=back - -=head1 CONTRIBUTORS - -=over - -=item Myk Melez - -=item Kevin Benton - -=item Frédéric Buclin - -=back - -=cut