summaryrefslogtreecommitdiffstats
path: root/Bugzilla/Field.pm
diff options
context:
space:
mode:
authormkanat%bugzilla.org <>2006-08-04 09:50:27 +0200
committermkanat%bugzilla.org <>2006-08-04 09:50:27 +0200
commit7c9ed2d47efc8f5747a61f8e59ce0cb2e83d797b (patch)
tree2819e7b026c6b8198f7da7032a0769ff7f1d6e03 /Bugzilla/Field.pm
parente68208dd74f630691a541c6dba5783ccbe0f0b40 (diff)
downloadbugzilla-7c9ed2d47efc8f5747a61f8e59ce0cb2e83d797b.tar.gz
bugzilla-7c9ed2d47efc8f5747a61f8e59ce0cb2e83d797b.tar.xz
Fix bad POD on previous checkin that was causing tinderbox to burn.
Diffstat (limited to 'Bugzilla/Field.pm')
-rw-r--r--Bugzilla/Field.pm4
1 files changed, 4 insertions, 0 deletions
diff --git a/Bugzilla/Field.pm b/Bugzilla/Field.pm
index ba939036c..5529a53f0 100644
--- a/Bugzilla/Field.pm
+++ b/Bugzilla/Field.pm
@@ -382,6 +382,8 @@ sub get_legal_field_values {
return $result_ref;
}
+=over
+
=item C<populate_field_definitions()>
Description: Populates the fielddefs table during an installation
@@ -391,6 +393,8 @@ Params: none
Returns: nothing
+=back
+
=cut
sub populate_field_definitions {