From: ivan Date: Thu, 6 Nov 2008 22:53:26 +0000 (+0000) Subject: should fix open session RADIUS search, RT #4233 X-Git-Tag: freeside_1_7_4rc1~146 X-Git-Url: http://git.freeside.biz/gitweb/?a=commitdiff_plain;h=0d81c3e0cc3564c4f51ed91f15211699585aa424;p=freeside.git should fix open session RADIUS search, RT #4233 --- diff --git a/FS/FS/part_export/sqlradius.pm b/FS/FS/part_export/sqlradius.pm index 51d34aa32..3ff2d27ee 100644 --- a/FS/FS/part_export/sqlradius.pm +++ b/FS/FS/part_export/sqlradius.pm @@ -577,7 +577,7 @@ sub usage_sessions { my $opt = {}; my($start, $end, $svc_acct, $ip, $prefix) = ( '', '', '', '', ''); if ( ref($_[0]) ) { - my $opt = shift; + $opt = shift; $start = $opt->{stoptime_start}; $end = $opt->{stoptime_end}; $svc_acct = $opt->{svc_acct};