From a8f7513ce7cfa140215d493c9995041ef8b91702 Mon Sep 17 00:00:00 2001 From: "mkanat%bugzilla.org" <> Date: Sat, 10 Mar 2007 04:33:26 +0000 Subject: Fix POD to fix burning tree from checkin of bug 347439. --- Bugzilla/DB/Schema.pm | 12 +++++++++--- 1 file changed, 9 insertions(+), 3 deletions(-) (limited to 'Bugzilla/DB') 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 (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 -- cgit v1.2.3-24-g4f1b