summaryrefslogtreecommitdiffstats
path: root/Bugzilla/FlagType.pm
diff options
context:
space:
mode:
Diffstat (limited to 'Bugzilla/FlagType.pm')
-rw-r--r--Bugzilla/FlagType.pm5
1 files changed, 3 insertions, 2 deletions
diff --git a/Bugzilla/FlagType.pm b/Bugzilla/FlagType.pm
index 97c6f2c0e..49c9f777e 100644
--- a/Bugzilla/FlagType.pm
+++ b/Bugzilla/FlagType.pm
@@ -117,6 +117,7 @@ my @base_tables = ("flagtypes");
######################################################################
# Public Functions
######################################################################
+
=head1 PUBLIC FUNCTIONS/METHODS
=over
@@ -597,6 +598,8 @@ sub perlify_record {
return $type;
}
+1;
+
=end private
=head1 SEE ALSO
@@ -618,5 +621,3 @@ sub perlify_record {
=back
=cut
-
-1;