From: Frédéric Buclin Date: Sat, 29 Sep 2012 23:26:07 +0000 (+0200) Subject: Remove the Contributors section from POD, we don't have it anywhere else X-Git-Tag: bugzilla-4.5.1~379 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=6dd576e5b122ec928a88f731a1b4c71071e4283c;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 5c77eb7cf8..21241da5ff 100644 --- a/Bugzilla/Flag.pm +++ b/Bugzilla/Flag.pm @@ -1058,29 +1058,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 7f29c4266f..49d1eddc7c 100644 --- a/Bugzilla/FlagType.pm +++ b/Bugzilla/FlagType.pm @@ -621,22 +621,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) = @_; @@ -714,27 +702,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