summaryrefslogtreecommitdiffstats
path: root/Bugzilla/DB/Schema.pm
diff options
context:
space:
mode:
authormkanat%bugzilla.org <>2007-03-10 05:33:26 +0100
committermkanat%bugzilla.org <>2007-03-10 05:33:26 +0100
commita8f7513ce7cfa140215d493c9995041ef8b91702 (patch)
tree7191ef5bd0ed22d1719aa0f42b8328a968883c4b /Bugzilla/DB/Schema.pm
parent3bc6ea42732020b00fef53a9b556e4a37e591bd7 (diff)
downloadbugzilla-a8f7513ce7cfa140215d493c9995041ef8b91702.tar.gz
bugzilla-a8f7513ce7cfa140215d493c9995041ef8b91702.tar.xz
Fix POD to fix burning tree from checkin of bug 347439.
Diffstat (limited to 'Bugzilla/DB/Schema.pm')
-rw-r--r--Bugzilla/DB/Schema.pm12
1 files changed, 9 insertions, 3 deletions
diff --git a/Bugzilla/DB/Schema.pm b/Bugzilla/DB/Schema.pm
index a97d3428b..6b596b161 100644
--- a/Bugzilla/DB/Schema.pm
+++ b/Bugzilla/DB/Schema.pm
@@ -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