X-Git-Url: http://git.freeside.biz/gitweb/?a=blobdiff_plain;f=FS%2FFS%2Fpart_export%2Fphone_sqlradius.pm;h=0816efab6305e079024d7f277241a46e931794cf;hb=4665d5af02f915679207a369222472a25e137c9d;hp=eb867a2735075d25633a4e69f64d79c98999cedb;hpb=e9a16054f80c25ba75e5d1b3aba64052e3192d00;p=freeside.git diff --git a/FS/FS/part_export/phone_sqlradius.pm b/FS/FS/part_export/phone_sqlradius.pm index eb867a273..0816efab6 100644 --- a/FS/FS/part_export/phone_sqlradius.pm +++ b/FS/FS/part_export/phone_sqlradius.pm @@ -4,7 +4,7 @@ use vars qw(@ISA $DEBUG %info ); use Tie::IxHash; use FS::Record qw( dbh str2time_sql ); #qsearch qsearchs ); #use FS::part_export; -use FS::part_export::sqlradius; +use FS::part_export::sqlradius qw(sqlradius_connect); #use FS::svc_phone; #use FS::export_svc; #use Carp qw( cluck ); @@ -36,13 +36,6 @@ tie %options, 'Tie::IxHash', # label => 'Show the Called-Station-ID on session reports', #}, - #N/A - #'overlimit_groups' => { label => 'Radius groups to assign to svc_acct which has exceeded its bandwidth or time limit', } , - #'groups_susp_reason' => { label => - # 'Radius group mapping to reason (via template user) (svcnum|username|username@domain reasonnum|reason)', - # type => 'textarea', - # }, - ; %info = ( @@ -98,8 +91,6 @@ sub update_svc { my $str2time = str2time_sql( $dbh->{Driver}->{Name} ); - - my @fields = qw( radacctid username realm acctsessiontime ); my @param = ();