From: mkanat%bugzilla.org <> Date: Sat, 10 Mar 2007 04:33:26 +0000 (+0000) Subject: Fix POD to fix burning tree from checkin of bug 347439. X-Git-Tag: bugzilla-3.1.2~306 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=a8f7513ce7cfa140215d493c9995041ef8b91702;p=thirdparty%2Fbugzilla.git Fix POD to fix burning tree from checkin of bug 347439. --- diff --git a/Bugzilla/DB/Schema.pm b/Bugzilla/DB/Schema.pm index a97d3428bf..6b596b1619 100644 --- a/Bugzilla/DB/Schema.pm +++ b/Bugzilla/DB/Schema.pm @@ -1364,11 +1364,13 @@ C (optional), C (optional) =back --item B +=item B A DDL string suitable for describing a field in a C or C SQL statement +=back + =cut my $self = shift; @@ -1425,8 +1427,12 @@ Protected method. Translates the C 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 + +SQL for to define the foreign key, or an empty string if C<$references> +is undefined. + +=back =cut