summaryrefslogtreecommitdiff
path: root/FS
diff options
context:
space:
mode:
Diffstat (limited to 'FS')
-rw-r--r--FS/FS/Record.pm4
-rw-r--r--FS/FS/svc_acct.pm4
2 files changed, 5 insertions, 3 deletions
diff --git a/FS/FS/Record.pm b/FS/FS/Record.pm
index 861f2c46b..646a57607 100644
--- a/FS/FS/Record.pm
+++ b/FS/FS/Record.pm
@@ -829,6 +829,8 @@ sub fields {
$table_obj->columns;
}
+=back
+
=head1 SUBROUTINES
=over 4
@@ -917,7 +919,7 @@ sub DESTROY { return; }
=head1 VERSION
-$Id: Record.pm,v 1.17 2001-06-03 11:27:00 ivan Exp $
+$Id: Record.pm,v 1.18 2001-07-30 07:33:08 ivan Exp $
=head1 BUGS
diff --git a/FS/FS/svc_acct.pm b/FS/FS/svc_acct.pm
index a22ecdf5e..4b7ec98c4 100644
--- a/FS/FS/svc_acct.pm
+++ b/FS/FS/svc_acct.pm
@@ -540,11 +540,11 @@ sub radius_check {
} grep { /^rc_/ && $self->getfield($_) } fields( $self->table );
}
-=cut
+=back
=head1 VERSION
-$Id: svc_acct.pm,v 1.18 2001-07-30 06:28:45 ivan Exp $
+$Id: svc_acct.pm,v 1.19 2001-07-30 07:34:41 ivan Exp $
=head1 BUGS