From: ivan Date: Wed, 4 Aug 1999 10:41:22 +0000 (+0000) Subject: some pod syntax update to generate nicer html docs X-Git-Tag: freeside_1_2_2~26 X-Git-Url: http://git.freeside.biz/gitweb/?a=commitdiff_plain;h=263f3ca6d5572cc855760147ec09477b759f5c1e;p=freeside.git some pod syntax update to generate nicer html docs --- diff --git a/FS/FS/Record.pm b/FS/FS/Record.pm index f5f928210..e486e1ce7 100644 --- a/FS/FS/Record.pm +++ b/FS/FS/Record.pm @@ -719,7 +719,7 @@ sub ut_anything { This can be used as both a subroutine and a method call. It returns a list of the columns in this record's table, or an explicitly specified table. -(See L). +(See L). =cut @@ -768,7 +768,7 @@ sub dbdef { $dbdef; } This is an internal function used to construct SQL statements. It returns VALUE DBI-quoted (see L) unless VALUE is a number and the column -type (see L) does not end in `char' or `binary'. +type (see L) does not end in `char' or `binary'. =cut @@ -825,7 +825,7 @@ sub hfields { =head1 VERSION -$Id: Record.pm,v 1.1 1999-08-04 09:03:53 ivan Exp $ +$Id: Record.pm,v 1.2 1999-08-04 10:41:22 ivan Exp $ =head1 BUGS