summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorivan <ivan>2000-07-06 13:56:42 +0000
committerivan <ivan>2000-07-06 13:56:42 +0000
commitaa0ba10d4319ee7cd473776df10abf7a3eec18fc (patch)
treea52ab23beee5a053c17ad204700545cb3a2e8634
parente5d8fd10937c98ef6bfe06ee745cba36d33a9dc5 (diff)
mis-PODed =back should have been a =cut
in conjunction with AUTOLOAD this was sure a pain to find
-rw-r--r--FS/FS/svc_acct.pm6
1 files changed, 4 insertions, 2 deletions
diff --git a/FS/FS/svc_acct.pm b/FS/FS/svc_acct.pm
index 558e3838b..56ad5d7fa 100644
--- a/FS/FS/svc_acct.pm
+++ b/FS/FS/svc_acct.pm
@@ -488,7 +488,7 @@ check attributes of this record.
Accessing RADIUS attributes directly is not supported and will break in the
future.
-=back
+=cut
sub radius_check {
my $self = shift;
@@ -500,9 +500,11 @@ sub radius_check {
} grep { /^rc_/ && $self->getfield($_) } fields( $self->table );
}
+=cut
+
=head1 VERSION
-$Id: svc_acct.pm,v 1.9 2000-07-06 08:57:27 ivan Exp $
+$Id: svc_acct.pm,v 1.10 2000-07-06 13:56:42 ivan Exp $
=head1 BUGS