]> git.ipfire.org Git - thirdparty/bugzilla.git/commitdiff
Fix POD to fix burning tree from checkin of bug 347439.
authormkanat%bugzilla.org <>
Sat, 10 Mar 2007 04:33:26 +0000 (04:33 +0000)
committermkanat%bugzilla.org <>
Sat, 10 Mar 2007 04:33:26 +0000 (04:33 +0000)
Bugzilla/DB/Schema.pm

index a97d3428bfe6f9317c5ea527c525451e6228aa96..6b596b161937fa8b1aad2b5add54f8d275841f77 100644 (file)
@@ -1364,11 +1364,13 @@ C<PRIMARYKEY> (optional), C<REFERENCES> (optional)
 
 =back
 
--item B<Returns>
+=item B<Returns>
 
 A DDL string suitable for describing a field in a C<CREATE TABLE> or 
 C<ALTER TABLE> SQL statement
 
+=back
+
 =cut
 
     my $self = shift;
@@ -1425,8 +1427,12 @@ Protected method. Translates the C<REFERENCES> item of a column into SQL.
 
 =back
 
-Returns:     SQL for to define the foreign key, or an empty string
-             if C<$references> is undefined.
+=item B<Returns>
+
+SQL for to define the foreign key, or an empty string if C<$references> 
+is undefined.
+
+=back
 
 =cut