From: ivan Date: Wed, 28 Jun 2000 12:54:33 +0000 (+0000) Subject: superfluous my() X-Git-Tag: freeside_1_3_0~111 X-Git-Url: http://git.freeside.biz/gitweb/?p=freeside.git;a=commitdiff_plain;h=9d6e81f15df01d7146def82c6e62d7c65fd2bc82 superfluous my() --- diff --git a/FS/FS/svc_acct.pm b/FS/FS/svc_acct.pm index 14979ed09..93354296b 100644 --- a/FS/FS/svc_acct.pm +++ b/FS/FS/svc_acct.pm @@ -380,7 +380,6 @@ sub check { ; unless ( $recref->{username} eq 'sync' ) { - my($shell); if ( grep $_ eq $recref->{shell}, @shells ) { $recref->{shell} = (grep $_ eq $recref->{shell}, @shells)[0]; } else { @@ -473,7 +472,7 @@ sub radius { =head1 VERSION -$Id: svc_acct.pm,v 1.5 2000-06-28 12:52:22 ivan Exp $ +$Id: svc_acct.pm,v 1.6 2000-06-28 12:54:33 ivan Exp $ =head1 BUGS