summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorivan <ivan>1999-08-04 10:41:22 +0000
committerivan <ivan>1999-08-04 10:41:22 +0000
commit263f3ca6d5572cc855760147ec09477b759f5c1e (patch)
tree14e14fc394ed554eaa5109f7045291f661687e47
parent6cd87c0d3b5280446301c647fa5f1ec5a593fa3f (diff)
some pod syntax update to generate nicer html docs
-rw-r--r--FS/FS/Record.pm6
1 files changed, 3 insertions, 3 deletions
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<dbdef_table>).
+(See L<FS::dbdef_table>).
=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<DBI/"quote">) unless VALUE is a number and the column
-type (see L<dbdef_column>) does not end in `char' or `binary'.
+type (see L<FS::dbdef_column>) 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